Home
last modified time | relevance | path

Searched defs:onDraggingInRecentsEnded (Results 1 – 5 of 5) 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.java106 public void onDraggingInRecentsEnded(float velocity) throws RemoteException { in onDraggingInRecentsEnded() method in RecentsImplProxy
DRecents.java579 public void onDraggingInRecentsEnded(float velocity) { in onDraggingInRecentsEnded() method in Recents