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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewStateManager.java211 * @param fromView The view to which the point is relative
215 private void mapPoint(View fromView, View toView, int pt[]) { argument
216 fromView.getLocationInWindow(mTmpLoc);

Completed in 27 milliseconds