Home
last modified time | relevance | path

Searched refs:mLockPatternScreenBounds (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPatternView.java62 private final Rect mLockPatternScreenBounds = new Rect(); field in KeyguardPatternView
147 mLockPatternScreenBounds.set(mTmpPosition[0] - PATTERNS_TOUCH_AREA_EXTENSION, in onLayout()
156 || mLockPatternScreenBounds.contains((int) event.getRawX(), (int) event.getRawY()); in disallowInterceptTouch()