IsValidLocation
} else if (checkLocations && !IsValidLocation(pose)) {
bool intersectsDesktopElements = !IsValidLocation(pose);
|| (checkValidLocation && !IsValidLocation(rect))) {
return IsValidLocation(rect);
bool IsValidLocation(const BPose* pose);
bool IsValidLocation(const BRect& rect);