Searched defs:Location (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DStaggeredGrid.java28 * You may keep view {@link StaggeredGrid.Location} inside StaggeredGrid as much
34 * list of tens of thousands of {@link StaggeredGrid.Location}s which will be
64 * Location of an item in the grid. For now it only saves row index but
67 public final static class Location { class in class:StaggeredGrid
69 * The index of the row for this Location.
74 * Create a Location with the given row index.
76 public Location(int row) { method in class:StaggeredGrid.Location
98 protected CircularArray<Location> mLocations = new CircularArray<Location>(64);
181 * Returns the size of the saved {@link Location}
[all...]
/frameworks/base/location/java/android/location/
H A DLocation.java41 public class Location implements Parcelable { class in inherits:Parcelable
109 * Construct a new Location with a named provider.
116 public Location(String provider) { method in class:Location
121 * Construct a new Location object that is copied from an existing one.
123 public Location(Location l) { method in class:Location
130 public void set(Location l) {
424 public float distanceTo(Location dest) {
452 public float bearingTo(Location dest) {
522 * to calculate the age of a fix and to compare Location fixe
[all...]

Completed in 7 milliseconds