Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelperTest.java234 verify(mCallback, times(1)).onDragCancelled(mView); in testSnapchild_targetIsZero()
245 verify(mCallback, times(1)).onDragCancelled(mView); in testSnapchild_targetNotZero()
345 verify(mCallback, times(1)).onDragCancelled(mView); in onMenuShown_noAntiFalsing()
363 verify(mCallback, times(1)).onDragCancelled(mView); in onMenuShown_antiFalsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java279 mCallback.onDragCancelled(animView); in snapChild()
382 mCallback.onDragCancelled(animView); in onMenuShown()
DNotificationStackScrollLayout.java6205 public void onDragCancelled(View v) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java650 mCallback.onDragCancelled(mCurrView); in onTouchEvent()
740 void onDragCancelled(View v); in onDragCancelled() method
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java624 public void onDragCancelled(View v) { in onDragCancelled() method in TaskStackViewTouchHandler