Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationContainer.java109 public boolean onInterceptSwipeEvent(MotionEvent ev) { in onInterceptSwipeEvent() method in NotificationContainer
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupContainerWithArrow.java130 && mNotificationContainer.onInterceptSwipeEvent(ev)) { in onInterceptTouchEvent()