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 109 public void onDraggingInRecentsEnded(float velocity) throws RemoteException {
154 mImpl.onDraggingInRecentsEnded((Float) msg.obj);
Recents.java 522 public void onDraggingInRecentsEnded(float velocity) {
524 mImpl.onDraggingInRecentsEnded(velocity);
532 callbacks.onDraggingInRecentsEnded(velocity);

Completed in 558 milliseconds