Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewController.kt76 fun handleExternalInterceptTouch(event: MotionEvent): Boolean in startExpandLatencyTracking() method
DShadeViewControllerEmptyImpl.kt85 override fun handleExternalInterceptTouch(event: MotionEvent): Boolean { in handleExternalInterceptTouch() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DNotificationShadeWindowViewController.java549 mShadeViewController.handleExternalInterceptTouch(cancellation); in setupExpandedStatusBar()
666 if (mShadeViewController.handleExternalInterceptTouch(ev)) { in didNotificationPanelInterceptEvent()
DNotificationPanelViewController.java4265 public boolean handleExternalInterceptTouch(MotionEvent event) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt517 whenever(shadeViewController.handleExternalInterceptTouch(DOWN_EVENT)) in shouldInterceptTouchEvent_dozingAndPulsing_touchIntercepted()
DNotificationPanelViewControllerTest.java1204 mNotificationPanelViewController.handleExternalInterceptTouch(mDownMotionEvent); in nsslFlagEnabled_allowOnlyExternalTouches()