Searched refs:mLocation (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareMonitorEvent.java34 private final Location mLocation; field in class:GeofenceHardwareMonitorEvent
44 mLocation = location;
72 return mLocation;
108 parcel.writeParcelable(mLocation, flags);
118 mLocation);
H A DGeofenceHardwareImpl.java672 " Location: " + geofenceTransition.mLocation + ":" + mGeofences);
679 geofenceTransition.mLocation, geofenceTransition.mTimestamp,
802 private Location mLocation; field in class:GeofenceHardwareImpl.GeofenceTransition
816 mLocation = location;
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java37 private Location mLocation; field in class:TrackerEntry
84 mLocation = null;
89 mLocation = new Location(loc);
132 mLocation = location;
144 return mLocation;
175 cValues.put(LATITUDE, mLocation.getLatitude());
176 cValues.put(LONGITUDE, mLocation.getLongitude());
177 if (mLocation.hasAccuracy()) {
178 cValues.put(ACCURACY, mLocation.getAccuracy());
180 if (mLocation
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceState.java36 private final Location mLocation; field in class:GeofenceState
58 mLocation = new Location("");
59 mLocation.setLatitude(fence.getLatitude());
60 mLocation.setLongitude(fence.getLongitude());
68 mDistanceToCenter = mLocation.distanceTo(location);
H A DMockProvider.java45 private final Location mLocation; field in class:MockProvider
63 mLocation = new Location(name);
108 mLocation.set(l);
112 mLocationManager.reportLocation(mLocation, false);
146 pw.println(prefix + "mLocation:");
147 mLocation.dump(new PrintWriterPrinter(pw), prefix + " ");
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsCbMessage.java117 private final SmsCbLocation mLocation; field in class:SmsCbMessage
150 mLocation = location;
164 mLocation = new SmsCbLocation(in);
200 mLocation.writeToParcel(dest, flags);
262 return mLocation;
367 + mSerialNumber + ", location=" + mLocation + ", serviceCategory="
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java206 private final SmsCbLocation mLocation; field in class:GsmCellBroadcastHandler.SmsCbConcatInfo
210 mLocation = location;
215 return (mHeader.getSerialNumber() * 31) + mLocation.hashCode();
227 && mLocation.equals(other.mLocation);
236 * and Cell ID are saved in mLocation or set to -1 to match all values.
244 return mLocation.isInLocationArea(plmn, lac, cid);
/frameworks/base/media/java/android/media/
H A DMicrophoneInfo.java159 private int mLocation; field in class:MicrophoneInfo
174 mLocation = location;
244 return mLocation;
/frameworks/compile/slang/
H A Dslang_rs_export_reduce.h44 clang::SourceLocation mLocation; member in class:slang::RSExportReduce
89 mLocation(Location),
142 const clang::SourceLocation &getLocation() const { return mLocation; }
H A Dslang_rs_export_reduce.cpp177 S.RSC.ReportError(mLocation,
190 S.RSC.ReportError(mLocation,
763 << " (" << mLocation.printToString(PP.getSourceManager()) << ")";
/frameworks/base/core/java/android/app/
H A DNativeActivity.java78 final int[] mLocation = new int[2]; field in class:NativeActivity
299 mNativeContentView.getLocationInWindow(mLocation);
302 if (mLocation[0] != mLastContentX || mLocation[1] != mLastContentY
304 mLastContentX = mLocation[0];
305 mLastContentY = mLocation[1];
H A DLoadedApk.java1332 final IntentReceiverLeaked mLocation; field in class:LoadedApk.ReceiverDispatcher
1428 mLocation = new IntentReceiverLeaked(null);
1429 mLocation.fillInStackTrace();
1448 return mLocation;
1572 private final ServiceConnectionLeaked mLocation; field in class:LoadedApk.ServiceDispatcher
1609 mLocation = new ServiceConnectionLeaked(null);
1610 mLocation.fillInStackTrace();
1641 return mLocation;
/frameworks/base/core/java/android/view/
H A DSurfaceView.java104 final int[] mLocation = new int[2]; field in class:SurfaceView
363 getLocationInWindow(mLocation);
365 int l = mLocation[0];
366 int t = mLocation[1];
503 getLocationInWindow(mLocation);
509 + " left=" + (mWindowSpaceLeft != mLocation[0])
510 + " top=" + (mWindowSpaceTop != mLocation[1]));
514 mWindowSpaceLeft = mLocation[0];
515 mWindowSpaceTop = mLocation[1];
718 getLocationInSurface(mLocation);
[all...]
H A DViewGroup.java527 // Index of the child's left position in the mLocation array
529 // Index of the child's top position in the mLocation array
8575 private final Rect mLocation = new Rect(); field in class:ViewGroup.ViewLocationHolder
8629 if (holder1.mLocation.bottom - holder2.mLocation.top <= 0) {
8633 if (holder1.mLocation.top - holder2.mLocation.bottom >= 0) {
8640 final int leftDifference = holder1.mLocation.left - holder2.mLocation.left;
8645 final int rightDifference = holder1.mLocation
[all...]
H A DViewRootImpl.java248 final WindowLeaked mLocation; field in class:ViewRootImpl
510 mLocation = new WindowLeaked(null);
511 mLocation.fillInStackTrace();
1048 return mLocation;
/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
H A DTestEvents.java104 private Point mLocation = new Point(0, 0); field in class:TestEvents.State
134 mState.mLocation = new Point(x, y);
248 coords[0].x = mState.mLocation.x;
249 coords[0].y = mState.mLocation.y;
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationBasedCountryDetectorTest.java41 private final Location mLocation; field in class:LocationBasedCountryDetectorTest.TestCountryDetector
53 mLocation = new Location(provider);
68 if (mLocation.getProvider().endsWith(location.getProvider())) {
77 return mLocation;
131 listener.onLocationChanged(mLocation);
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java763 public Location mLocation; field in class:ResourceBundle.BindingTargetBundle
776 mLocation = location;
801 mLocation = location;
805 return mLocation;
857 return mLocation == null ? null : Arrays.asList(mLocation);
865 private Location mLocation; field in class:ResourceBundle.BindingTargetBundle.BindingBundle
875 mLocation = location;
904 return mLocation;
908 mLocation
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java118 private Location mLocation; field in class:FusedPrintersProvider
131 return mLocation;
427 && !location.equals(mLocation)
428 && (mLocation == null
430 .getElapsedRealtimeNanos() > mLocation.getElapsedRealtimeNanos()
432 || (!mLocation.hasAccuracy()
433 || location.getAccuracy() < mLocation.getAccuracy()))) {
435 mLocation = location;
438 updatePrinters(mDiscoverySession.getPrinters(), mFavoritePrinters, mLocation);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java418 private final int[] mLocation = new int[2]; field in class:ScreenDecorations.DisplayCutoutView
453 getLocationOnScreen(mLocation);
454 canvas.translate(-mLocation[0], -mLocation[1]);
623 rootView.getLocationOnScreen(mLocation);
624 cutoutBounds.translate(-mLocation[0], -mLocation[1]);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java186 private int mLocation; field in class:ImageShader.ProgramUniform
201 mLocation = GLES20.glGetUniformLocation(program, mName);
216 return mLocation;
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
H A DGridWidgetTest.java6089 final ItemLocation mLocation; field in class:GridWidgetTest.ItemAt
6094 mLocation = loc;
6100 mLocation = loc;
6219 switch (assertItemLocation.mLocation) {

Completed in 2352 milliseconds