HomeSort by relevance Sort by last modified time
    Searched refs:mTmpLoc (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewStateManager.java 32 private int[] mTmpLoc = new int[2];
216 fromView.getLocationInWindow(mTmpLoc);
218 int x = mTmpLoc[0];
219 int y = mTmpLoc[1];
221 toView.getLocationInWindow(mTmpLoc);
222 int vX = mTmpLoc[0];
223 int vY = mTmpLoc[1];
CameraWidgetFrame.java 59 private final int[] mTmpLoc = new int[2];
268 mPreview.getLocationInWindow(mTmpLoc);
270 final float pvCenter = mTmpLoc[1] + pvHeight / 2f;
389 getLocationOnScreen(mTmpLoc);
390 int rawBottom = mTmpLoc[1] + getHeight();

Completed in 1169 milliseconds