Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewTest.java171 assertTrue(mInteractionEventHandler.shouldInterceptTouchEvent(mock(MotionEvent.class))); in testInterceptTouchWhenShowingAltAuth()
184 assertFalse(mInteractionEventHandler.shouldInterceptTouchEvent(mock(MotionEvent.class))); in testNoInterceptTouch()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowView.java185 boolean intercept = mInteractionEventHandler.shouldInterceptTouchEvent(ev); in onInterceptTouchEvent()
363 boolean shouldInterceptTouchEvent(MotionEvent ev); in shouldInterceptTouchEvent() method
H A DNotificationShadeWindowViewController.java329 public boolean shouldInterceptTouchEvent(MotionEvent ev) { in setupExpandedStatusBar()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java197 return mDragger.shouldInterceptTouchEvent(event) in onInterceptTouchEvent()