Searched refs:isInChallengeView (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java584 || (isInChallengeView(x, y) &&
592 } else if (mChallengeShowing && isInChallengeView(x, y)
665 (isInChallengeView(x, y) && mScrollState == SCROLL_STATE_SETTLING))
760 private boolean isInChallengeView(float x, float y) { method in class:SlidingChallengeLayout

Completed in 28 milliseconds