Searched refs:onDraggingInRecentsEnded (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DRecentsComponent.java47 void onDraggingInRecentsEnded(float velocity); method in interface:RecentsComponent
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DIRecentsNonSystemUserCallbacks.aidl37 void onDraggingInRecentsEnded(float velocity);
H A DRecentsImplProxy.java109 public void onDraggingInRecentsEnded(float velocity) throws RemoteException { method in class:RecentsImplProxy
154 mImpl.onDraggingInRecentsEnded((Float) msg.obj);
H A DRecents.java522 public void onDraggingInRecentsEnded(float velocity) { method in class:Recents
524 mImpl.onDraggingInRecentsEnded(velocity);
532 callbacks.onDraggingInRecentsEnded(velocity);
H A DRecentsImpl.java475 public void onDraggingInRecentsEnded(float velocity) { method in class:RecentsImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
H A DIRecentsNonSystemUserCallbacks.aidl37 void onDraggingInRecentsEnded(float velocity);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarGestureHelper.java260 mRecentsComponent.onDraggingInRecentsEnded(mVelocityTracker.getYVelocity());

Completed in 90 milliseconds