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

/frameworks/base/location/lib/java/com/android/location/provider/
H A DFusedLocationHardwareSink.java29 * Called when one or more locations are available from the FLP
32 public void onLocationAvailable(Location[] locations) { argument
H A DFusedLocationHardware.java47 public void onLocationAvailable(Location[] locations) {
48 dispatchLocations(locations);
284 Location[] locations,
289 mLocations = locations;
312 private void dispatchLocations(Location[] locations) { argument
322 new MessageCommand(entry.getKey(), locations, null /*data*/, 0, 0));
337 new MessageCommand(entry.getKey(), null /*locations*/, data, 0, 0));
352 new MessageCommand(entry.getKey(), null /*locations*/, null, capabilities, 0));
367 new MessageCommand(entry.getKey(), null /*locations*/, null, 0, status));
282 MessageCommand( FusedLocationHardwareSink sink, Location[] locations, String data, int capabilities, int status) 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) = 0;
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
H A DScope.java126 List<Location> locations = loc.provideScopeLocation();
127 if (locations == null) {
130 for (Location location : locations) {
144 List<Location> locations = null;
145 while (top != null && (filePath == null || locations == null)) {
147 if (locations == null && provider instanceof LocationScopeProvider) {
148 locations = findAbsoluteLocationFrom(top, (LocationScopeProvider) provider);
155 return new ScopedErrorReport(filePath, locations);
160 List<Location> locations = top.provideScopeLocation();
161 if (locations
[all...]
H A DScopedErrorReport.java33 ScopedErrorReport(String filePath, List<Location> locations) { argument
35 mLocations = locations;
H A DScopedException.java106 List<Location> locations = new ArrayList<Location>();
133 locations.add(loc);
141 new ScopedErrorReport(Strings.isNullOrEmpty(file) ? null : file.trim(), locations));
/frameworks/base/core/java/android/widget/
H A DGridLayout.java79 * wishes to occupy, GridLayout assigns cell locations automatically using its:
925 int[] xs = mHorizontalAxis.locations;
933 int[] ys = mVerticalAxis.locations;
1019 int[] locations = axis.getLocations();
1020 int cellSize = locations[span.max] - locations[span.min];
1100 Together they compute the locations of the vertical and horizontal lines of
1192 This internal class houses the algorithm for computing the locations of grid lines;
1225 public int[] locations; field in class:GridLayout.Axis
1521 private boolean relax(int[] locations, Ar argument
1537 init(int[] locations) argument
1598 solve(Arc[] arcs, int[] locations) argument
1602 solve(Arc[] arcs, int[] locations, boolean modifyOnError) argument
1827 size(int[] locations) argument
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java111 private void onLocationReport(Location[] locations) { argument
112 for (Location location : locations) {
124 sink.onLocationAvailable(locations);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java78 * wishes to occupy, GridLayout assigns cell locations automatically using its:
919 int[] locations = axis.getLocations();
920 int cellSize = locations[span.max] - locations[span.min];
1000 Together they compute the locations of the vertical and horizontal lines of
1087 This internal class houses the algorithm for computing the locations of grid lines;
1120 public int[] locations; field in class:GridLayout.Axis
1416 private boolean relax(int[] locations, Arc entry) { argument
1424 int candidate = locations[u] + value;
1425 if (candidate > locations[
1432 init(int[] locations) argument
1493 solve(Arc[] arcs, int[] locations) argument
1497 solve(Arc[] arcs, int[] locations, boolean modifyOnError) argument
1722 size(int[] locations) argument
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp544 FlpLocation** locations,
555 TranslateToObject(locations[i], locationObject);
563 static void LocationCallback(int32_t locationsCount, FlpLocation** locations) { argument
568 if(locationsCount == 0 || locations == NULL) {
572 locations
578 TranslateToObjectArray(locationsCount, locations, locationsArray);
542 TranslateToObjectArray( int32_t locationsCount, FlpLocation** locations, jobjectArray& locationsArray) argument
/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy59 %locations
/frameworks/base/tools/aapt/
H A DResource.cpp2771 // { rule --> { file locations } }
3143 const SortedVector<String8>& locations = rules.valueAt(i); local
3144 const size_t M = locations.size();
3146 fprintf(fp, "# %s\n", locations.itemAt(j).string());
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1446 milliseconds