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/
DRecentsComponent.java47 void onDraggingInRecentsEnded(float velocity); in onDraggingInRecentsEnded() method
/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/recents/
DIRecentsNonSystemUserCallbacks.aidl37 void onDraggingInRecentsEnded(float velocity); in onDraggingInRecentsEnded() method
DRecentsImplProxy.java109 public void onDraggingInRecentsEnded(float velocity) throws RemoteException { in onDraggingInRecentsEnded() method in RecentsImplProxy
154 mImpl.onDraggingInRecentsEnded((Float) msg.obj);
DRecents.java524 public void onDraggingInRecentsEnded(float velocity) { in onDraggingInRecentsEnded() method in Recents
526 mImpl.onDraggingInRecentsEnded(velocity); in onDraggingInRecentsEnded()
534 callbacks.onDraggingInRecentsEnded(velocity); in onDraggingInRecentsEnded()
DRecentsImpl.java510 public void onDraggingInRecentsEnded(float velocity) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java260 mRecentsComponent.onDraggingInRecentsEnded(mVelocityTracker.getYVelocity()); in handleDragActionUpEvent()