HomeSort by relevance Sort by last modified time
    Searched refs:onDraggingInRecentsEnded (Results 1 - 6 of 6) 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/
IRecentsNonSystemUserCallbacks.aidl 37 void onDraggingInRecentsEnded(float velocity);
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...]
RecentsImpl.java 546 public void onDraggingInRecentsEnded(float velocity) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarGestureHelper.java 270 mRecentsComponent.onDraggingInRecentsEnded(mVelocityTracker.getYVelocity());

Completed in 121 milliseconds