Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelperTest.java152 mSwipeHelper.onDownUpdate(mNotificationRow, mEvent); in testOnDownUpdate_ExpandableNotificationRow()
168 mSwipeHelper.onDownUpdate(mView, mEvent); in testOnDownUpdate_notExpandableNotificationRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java285 onDownUpdate(mCurrView, ev); in onInterceptTouchEvent()
523 public void onDownUpdate(View currView, MotionEvent ev) { in onDownUpdate() method in SwipeHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java117 public void onDownUpdate(View currView, MotionEvent ev) { in onDownUpdate() method in NotificationSwipeHelper