Searched refs:mLocation (Results 1 – 3 of 3) sorted by relevance
85 final int[] mLocation = new int[2]; field in AttachedSurfaceControlSyncTest.GreenSurfaceAnchorView89 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()
26 private final float[] mLocation; field in Ring45 mLocation = location; in Ring()75 return mLocation; in getLocation()
16 private @Nullable Location mLocation; field in GetCurrentLocationCapture33 return mLocation; in getLocation()45 mLocation = location; in accept()