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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewStateManager.java31 private int[] mTmpLoc = new int[2]; field in class:KeyguardViewStateManager
194 fromView.getLocationInWindow(mTmpLoc);
196 int x = mTmpLoc[0];
197 int y = mTmpLoc[1];
199 toView.getLocationInWindow(mTmpLoc);
200 int vX = mTmpLoc[0];
201 int vY = mTmpLoc[1];

Completed in 5 milliseconds