Home
last modified time | relevance | path

Searched refs:mLocation (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DAttachedSurfaceControlSyncTest.java85 final int[] mLocation = new int[2]; field in AttachedSurfaceControlSyncTest.GreenSurfaceAnchorView
89 getLocationInWindow(mLocation);
90 t.setGeometry(mSurfaceControl, null, new Rect(mLocation[0], mLocation[1],
91 mLocation[0]+100,
92 mLocation[1]+100), 0);
114 getLocationInWindow(mLocation); in gatherTransparentRegion()
115 int l = mLocation[0]; in gatherTransparentRegion()
116 int t = mLocation[1]; in gatherTransparentRegion()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/PathUtilityClasses/
DRing.java26 private final float[] mLocation; field in Ring
45 mLocation = location; in Ring()
75 return mLocation; in getLocation()
/cts/tests/location/common/src/android/location/cts/common/
DGetCurrentLocationCapture.java16 private @Nullable Location mLocation; field in GetCurrentLocationCapture
33 return mLocation; in getLocation()
45 mLocation = location; in accept()