Searched refs:mTmpLoc (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewStateManager.java34 private int[] mTmpLoc = new int[2]; field in class:KeyguardViewStateManager
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];
H A DCameraWidgetFrame.java58 private final int[] mTmpLoc = new int[2]; field in class:CameraWidgetFrame
271 mPreview.getLocationInWindow(mTmpLoc);
273 final float pvCenter = mTmpLoc[1] + pvHeight / 2f;
392 getLocationOnScreen(mTmpLoc);
393 int rawBottom = mTmpLoc[1] + getHeight();

Completed in 44 milliseconds