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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewStateManager.java212 * @param toView The view into which the point should be mapped
215 private void mapPoint(View fromView, View toView, int pt[]) { argument
221 toView.getLocationInWindow(mTmpLoc);

Completed in 48 milliseconds