Home
last modified time | relevance | path

Searched defs:shouldIntercept (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSScrollLayout.java92 public boolean shouldIntercept(MotionEvent ev) { in shouldIntercept() method in QSScrollLayout
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt438 val shouldIntercept = interactionEventHandler.shouldInterceptTouchEvent(DOWN_EVENT) in shouldInterceptTouchEvent_statusBarKeyguardViewManagerShouldIntercept() constant
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java165 public boolean shouldIntercept(int zen, NotificationManager.Policy policy, in shouldIntercept() method in ZenModeFiltering
DZenModeHelper.java276 public boolean shouldIntercept(NotificationRecord record) { in shouldIntercept() method in ZenModeHelper