Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelperTest.java236 verify(mCallback, times(1)).onDragCancelled(mView); in testSnapchild_targetIsZero()
247 verify(mCallback, times(1)).onDragCancelled(mView); in testSnapchild_targetNotZero()
347 verify(mCallback, times(1)).onDragCancelled(mView); in onMenuShown_noAntiFalsing()
365 verify(mCallback, times(1)).onDragCancelled(mView); in onMenuShown_antiFalsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java292 mCallback.onDragCancelled(animView); in snapChild()
400 mCallback.onDragCancelled(animView); in onMenuShown()
DNotificationStackScrollLayoutController.java403 public void onDragCancelled(View v) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java665 mCallback.onDragCancelled(mTouchedView); in onTouchEvent()
771 void onDragCancelled(View v); in onDragCancelled() method