HomeSort by relevance Sort by last modified time
    Searched defs:onDraggingInRecentsEnded (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
RecentsComponent.java 47 void onDraggingInRecentsEnded(float velocity);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImplProxy.java 106 public void onDraggingInRecentsEnded(float velocity) throws RemoteException {
151 mImpl.onDraggingInRecentsEnded((Float) msg.obj);
Recents.java 579 public void onDraggingInRecentsEnded(float velocity) {
581 mImpl.onDraggingInRecentsEnded(velocity);
589 callbacks.onDraggingInRecentsEnded(velocity);
    [all...]

Completed in 144 milliseconds