Searched defs:newLocation (Results 1 – 3 of 3) sorted by relevance
62 LayoutPoint newLocation(std::max(x(), other.x()), std::max(y(), other.y())); in intersect() local85 LayoutPoint newLocation(std::min(x(), other.x()), std::min(y(), other.y())); in unite() local102 LayoutPoint newLocation(std::min(x(), other.x()), std::min(y(), other.y())); in uniteIfNonZero() local
40 Location newLocation = new Location(LocationManager.NETWORK_PROVIDER); in test_set() local
83 private void newLocation() { in newLocation() method in MockLocationProvider