Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuListViewTouchHandler.java103 if (!mDismissAnimationController.maybeConsumeUpMotionEvent(motionEvent)) { in onInterceptTouchEvent()
H A DDismissAnimationController.java146 boolean maybeConsumeUpMotionEvent(MotionEvent event) { in maybeConsumeUpMotionEvent() method in DismissAnimationController