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.java34 ScopedErrorReport(String filePath, List<Location> locations) { argument
36 mLocations = locations;
H A DScopedException.java101 List<Location> locations = new ArrayList<>();
128 locations.add(loc);
136 new ScopedErrorReport(StringUtils.isEmpty(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:
919 int[] xs = mHorizontalAxis.locations;
927 int[] ys = mVerticalAxis.locations;
1013 int[] locations = axis.getLocations();
1014 int cellSize = locations[span.max] - locations[span.min];
1094 Together they compute the locations of the vertical and horizontal lines of
1186 This internal class houses the algorithm for computing the locations of grid lines;
1219 public int[] locations; field in class:GridLayout.Axis
1515 private boolean relax(int[] locations, Ar argument
1531 init(int[] locations) argument
1592 solve(Arc[] arcs, int[] locations) argument
1596 solve(Arc[] arcs, int[] locations, boolean modifyOnError) argument
1820 size(int[] locations) argument
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java112 private void onLocationReport(Location[] locations) { argument
113 for (Location location : locations) {
125 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:
913 int[] locations = axis.getLocations();
914 int cellSize = locations[span.max] - locations[span.min];
994 Together they compute the locations of the vertical and horizontal lines of
1081 This internal class houses the algorithm for computing the locations of grid lines;
1114 public int[] locations; field in class:GridLayout.Axis
1410 private boolean relax(int[] locations, Arc entry) { argument
1418 int candidate = locations[u] + value;
1419 if (candidate > locations[
1426 init(int[] locations) argument
1487 solve(Arc[] arcs, int[] locations) argument
1491 solve(Arc[] arcs, int[] locations, boolean modifyOnError) argument
1715 size(int[] locations) argument
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp530 FlpLocation** locations,
541 TranslateToObject(locations[i], locationObject);
549 static void LocationCallback(int32_t locationsCount, FlpLocation** locations) { argument
554 if(locationsCount == 0 || locations == NULL) {
558 locations
564 TranslateToObjectArray(locationsCount, locations, locationsArray);
528 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.cpp2766 // { rule --> { file locations } }
3130 const SortedVector<String8>& locations = rules.valueAt(i); local
3131 const size_t M = locations.size();
3133 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 243 milliseconds