Searched refs:locations (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/location/lib/java/com/android/location/provider/
H A DFusedLocationHardwareSink.java28 public abstract void onLocationAvailable(Location[] locations); argument
H A DFusedLocationHardware.java47 public void onLocationAvailable(Location[] locations) {
48 dispatchLocations(locations);
235 Location[] locations,
238 mLocations = locations;
251 private void dispatchLocations(Location[] locations) { argument
261 new MessageCommand(entry.getKey(), locations, null /*data*/));
276 new MessageCommand(entry.getKey(), null /*locations*/, data));
233 MessageCommand( FusedLocationHardwareSink sink, Location[] locations, String data) argument
/frameworks/base/core/java/android/hardware/location/
H A DIFusedLocationHardwareSink.aidl31 * @param locations The batch of location information available.
33 void onLocationAvailable(in Location[] locations);
/frameworks/base/core/java/android/widget/
H A DGridLayout.java78 * wishes to occupy, GridLayout assigns cell locations automatically using its:
915 int[] xs = mHorizontalAxis.locations;
923 int[] ys = mVerticalAxis.locations;
1017 int[] locations = axis.getLocations();
1018 int cellSize = locations[span.max] - locations[span.min];
1103 Together they compute the locations of the vertical and horizontal lines of
1202 This internal class houses the algorithm for computing the locations of grid lines;
1235 public int[] locations; field in class:GridLayout.Axis
1525 private boolean relax(int[] locations, Ar argument
1541 init(int[] locations) argument
1602 solve(Arc[] arcs, int[] locations) argument
1714 size(int[] locations) argument
[all...]
/frameworks/base/services/java/com/android/server/location/
H A DFlpHardwareProvider.java102 private void onLocationReport(Location[] locations) { argument
103 for (Location location : locations) {
115 sink.onLocationAvailable(locations);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java79 * wishes to occupy, GridLayout assigns cell locations automatically using its:
918 int[] locations = axis.getLocations();
919 int cellSize = locations[span.max] - locations[span.min];
1004 Together they compute the locations of the vertical and horizontal lines of
1091 This internal class houses the algorithm for computing the locations of grid lines;
1124 public int[] locations; field in class:GridLayout.Axis
1414 private boolean relax(int[] locations, Arc entry) { argument
1422 int candidate = locations[u] + value;
1423 if (candidate > locations[
1430 init(int[] locations) argument
1491 solve(Arc[] arcs, int[] locations) argument
1603 size(int[] locations) argument
[all...]
/frameworks/base/services/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp427 FlpLocation** locations,
438 TranslateToObject(locations[i], locationObject);
446 static void LocationCallback(int32_t locationsCount, FlpLocation** locations) { argument
451 if(locationsCount == 0 || locations == NULL) {
455 locations
461 TranslateToObjectArray(locationsCount, locations, locationsArray);
425 TranslateToObjectArray( int32_t locationsCount, FlpLocation** locations, jobjectArray& locationsArray) argument
/frameworks/base/tools/aapt/
H A DResource.cpp2270 // { rule --> { file locations } }
2617 const SortedVector<String8>& locations = rules.valueAt(i); local
2618 const size_t M = locations.size();
2620 fprintf(fp, "# %s\n", locations.itemAt(j).string());

Completed in 682 milliseconds