Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityView.java148 default boolean disallowInterceptTouch(MotionEvent event) { in disallowInterceptTouch() method
DKeyguardPatternView.java250 public boolean disallowInterceptTouch(MotionEvent event) { in disallowInterceptTouch() method in KeyguardPatternView
DKeyguardSecurityContainer.java180 if (mCurrentSecurityView.disallowInterceptTouch(event)) { in onInterceptTouchEvent()