Home
last modified time | relevance | path

Searched defs:onDraggingInRecentsEnded (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DRecentsComponent.java51 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.java108 public void onDraggingInRecentsEnded(float velocity) throws RemoteException { in onDraggingInRecentsEnded() method in RecentsImplProxy
DRecents.java511 public void onDraggingInRecentsEnded(float velocity) { in onDraggingInRecentsEnded() method in Recents
DRecentsImpl.java391 public void onDraggingInRecentsEnded(float velocity) { in onDraggingInRecentsEnded() method in RecentsImpl