Home
last modified time | relevance | path

Searched refs:onDraggingInRecentsEnded (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsImplProxy.java108 public void onDraggingInRecentsEnded(float velocity) throws RemoteException { in onDraggingInRecentsEnded() method in RecentsImplProxy
148 mImpl.onDraggingInRecentsEnded((Float) msg.obj);
DIRecentsNonSystemUserCallbacks.aidl37 void onDraggingInRecentsEnded(float velocity); in onDraggingInRecentsEnded() method
DRecents.java511 public void onDraggingInRecentsEnded(float velocity) { in onDraggingInRecentsEnded() method in Recents
513 mImpl.onDraggingInRecentsEnded(velocity); in onDraggingInRecentsEnded()
521 callbacks.onDraggingInRecentsEnded(velocity); in onDraggingInRecentsEnded()
DRecentsImpl.java391 public void onDraggingInRecentsEnded(float velocity) { in onDraggingInRecentsEnded() method in RecentsImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
DIRecentsNonSystemUserCallbacks.aidl37 void onDraggingInRecentsEnded(float velocity); in onDraggingInRecentsEnded() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DRecentsComponent.java51 void onDraggingInRecentsEnded(float velocity); in onDraggingInRecentsEnded() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java254 mRecentsComponent.onDraggingInRecentsEnded(mVelocityTracker.getYVelocity()); in handleDragActionUpEvent()