HomeSort by relevance Sort by last modified time
    Searched refs:mLocation (Results 26 - 50 of 681) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/app/
NativeActivity.java 78 final int[] mLocation = new int[2];
299 mNativeContentView.getLocationInWindow(mLocation);
302 if (mLocation[0] != mLastContentX || mLocation[1] != mLastContentY
304 mLastContentX = mLocation[0];
305 mLastContentY = mLocation[1];
  /frameworks/base/core/java/android/view/
SurfaceView.java 104 final int[] mLocation = new int[2];
361 getLocationInWindow(mLocation);
363 int l = mLocation[0];
364 int t = mLocation[1];
501 getLocationInWindow(mLocation);
507 + " left=" + (mWindowSpaceLeft != mLocation[0])
508 + " top=" + (mWindowSpaceTop != mLocation[1]));
512 mWindowSpaceLeft = mLocation[0];
513 mWindowSpaceTop = mLocation[1];
717 getLocationInSurface(mLocation);
    [all...]
  /hardware/qcom/gps/msm8998/core/
SystemStatus.cpp     [all...]
SystemStatus.h 78 UlpLocation mLocation;
85 mLocation(location),
370 std::vector<SystemStatusLocation> mLocation;
  /hardware/qcom/gps/sdm845/core/
SystemStatus.cpp     [all...]
SystemStatus.h 78 UlpLocation mLocation;
85 mLocation(location),
370 std::vector<SystemStatusLocation> mLocation;
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java 41 private final Location mLocation;
53 mLocation = new Location(provider);
68 if (mLocation.getProvider().endsWith(location.getProvider())) {
77 return mLocation;
131 listener.onLocationChanged(mLocation);
  /packages/apps/Calendar/src/com/android/calendar/
CalendarEventModel.java 224 public String mLocation = null;
319 mLocation = location;
376 if (mLocation != null && mLocation.trim().length() > 0) {
404 mLocation = null;
502 result = prime * result + ((mLocation == null) ? 0 : mLocation.hashCode());
547 if (mLocation == null) {
548 if (other.mLocation != null) {
551 } else if (!mLocation.equals(other.mLocation))
    [all...]
  /packages/apps/Camera2/src/com/android/camera/session/
CaptureSessionImpl.java 75 private Location mLocation;
113 mLocation = location;
135 return mLocation;
140 mLocation = location;
309 data, mTitle, mSessionStartMillis, mLocation, width, height,
322 mContentUri = mPlaceholderManager.finishPlaceholder(mPlaceHolder, mLocation,
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 69 public DataLocation mLocation;
83 out.writeInt(mLocation.ordinal());
92 mLocation = DataLocation.values()[in.readInt()];
102 "bucket=%s,empty=%b,single=%s}", mLocation, mInclusion,
282 DataLocation location = param.mLocation;
403 param.mLocation = location;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 63 private int[] mLocation = new int[2];
75 bubba.show(mLocation[0], mLocation[1]);
254 mInputView.getLocationInWindow(mLocation);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp 672 LocMsg(), mAdapter(adapter), mLocation(loc),
708 !((mLocation.gpsLocation.flags &
711 (mLocation.gpsLocation.accuracy >
713 locEng->location_cb((UlpLocation*)&(mLocation),
734 mLocation.position_source == ULP_LOCATION_IS_FROM_GNSS)
738 loc_eng_nmea_generate_pos(locEng, mLocation, mLocationExtended,
743 UlpLocation* gp = (UlpLocation*)&(mLocation);
757 mLocation.gpsLocation.flags, mLocation.position_source,
758 mLocation.gpsLocation.latitude, mLocation.gpsLocation.longitude
    [all...]
loc_eng_msg.h 89 const UlpLocation mLocation;
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
ResourceBundle.java 763 public Location mLocation;
776 mLocation = location;
801 mLocation = location;
805 return mLocation
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 114 private final SmsCbLocation mLocation;
122 mLocation = location;
129 return mLocation.hashCode() + 5 * mServiceCategory + 7 * mSerialNumber + 13 * mBodyHash
142 mLocation.equals(other.mLocation) &&
152 " location: " + mLocation.toString() + " body hash: " + mBodyHash +
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 522 private static int mLocation[] = new int[2];
526 v.getLocationInWindow(mLocation);
527 return x >= mLocation[0] && x < (mLocation[0] + v.getWidth())
528 && y >= mLocation[1] && y < (mLocation[1] + v.getHeight());
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
FusedPrintersProvider.java 118 private Location mLocation;
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);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 120 if ("100".equals(attachment.mLocation)) {
123 } else if ("101".equals(attachment.mLocation)) {
127 fail("Unexpected attachment with location " + attachment.mLocation);
315 assertEquals(tag, expectedPartId, actual.mLocation);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 64 private int[] mLocation = new int[2];
77 bubba.show(mLocation[0], mLocation[1]);
326 mInputView.getLocationInWindow(mLocation);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp 734 LocMsg(), mAdapter(adapter), mLocation(loc),
771 !((mLocation.gpsLocation.flags &
774 (mLocation.gpsLocation.accuracy >
776 locEng->location_cb((UlpLocation*)&(mLocation),
797 mLocation.position_source == ULP_LOCATION_IS_FROM_GNSS &&
804 loc_eng_nmea_generate_pos(locEng, mLocation, mLocationExtended,
809 UlpLocation* gp = (UlpLocation*)&(mLocation);
823 mLocation.gpsLocation.flags, mLocation.position_source,
824 mLocation.gpsLocation.latitude, mLocation.gpsLocation.longitude
    [all...]
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 383 private Location mLocation;
464 mLocation = location;
497 return mLocation;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_msg.h 89 const UlpLocation mLocation;
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_msg.h 89 const UlpLocation mLocation;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_msg.h 89 const UlpLocation mLocation;
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_msg.h 89 const UlpLocation mLocation;

Completed in 1528 milliseconds

12 3 4 5 6 7 8 91011>>