Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DSwipeHelper.java97 mCallback.onDragCancelled(mCurrView); in cancelOngoingDrag()
373 mCallback.onDragCancelled(mCurrView); in endSwipe()
391 void onDragCancelled(View v); in onDragCancelled() method
DTaskStackViewTouchHandler.java473 public void onDragCancelled(View v) { in onDragCancelled() method in TaskStackViewTouchHandler
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java464 mCallback.onDragCancelled(mCurrView); in onTouchEvent()
491 void onDragCancelled(View v); in onDragCancelled() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java650 public void onDragCancelled(View v) { in onDragCancelled() method in NotificationStackScrollLayout