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 34 private int[] mTmpLoc = new int[2];
228 fromView.getLocationInWindow(mTmpLoc);
230 int x = mTmpLoc[0];
231 int y = mTmpLoc[1];
233 toView.getLocationInWindow(mTmpLoc);
234 int vX = mTmpLoc[0];
235 int vY = mTmpLoc[1];
CameraWidgetFrame.java 58 private final int[] mTmpLoc = new int[2];
271 mPreview.getLocationInWindow(mTmpLoc);
273 final float pvCenter = mTmpLoc[1] + pvHeight / 2f;
392 getLocationOnScreen(mTmpLoc);
393 int rawBottom = mTmpLoc[1] + getHeight();

Completed in 106 milliseconds