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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewStateManager.java30 private int[] mTmpLoc = new int[2]; field in class:KeyguardViewStateManager
186 fromView.getLocationInWindow(mTmpLoc);
188 int x = mTmpLoc[0];
189 int y = mTmpLoc[1];
191 toView.getLocationInWindow(mTmpLoc);
192 int vX = mTmpLoc[0];
193 int vY = mTmpLoc[1];
H A DCameraWidgetFrame.java58 private final int[] mTmpLoc = new int[2]; field in class:CameraWidgetFrame
261 mPreview.getLocationInWindow(mTmpLoc);
263 final float pvCenter = mTmpLoc[1] + pvHeight / 2f;
345 getLocationOnScreen(mTmpLoc);
346 int rawBottom = mTmpLoc[1] + getHeight();

Completed in 71 milliseconds