Home
last modified time | relevance | path

Searched refs:onDownUpdate (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelperTest.java154 mSwipeHelper.onDownUpdate(mNotificationRow, mEvent); in testOnDownUpdate_ExpandableNotificationRow()
170 mSwipeHelper.onDownUpdate(mView, mEvent); in testOnDownUpdate_notExpandableNotificationRow()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java317 onDownUpdate(mTouchedView, ev); in onInterceptTouchEvent()
560 public void onDownUpdate(View currView, MotionEvent ev) { in onDownUpdate() method in SwipeHelper
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java129 public void onDownUpdate(View currView, MotionEvent ev) { in onDownUpdate() method in NotificationSwipeHelper