Searched refs:onViewReleased (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Dialer/src/com/android/dialer/widget/ |
D | OverlappingPaneLayout.java | 1085 onViewReleased(releasedChild, xVelocity, yVelocity); in onViewFling() 1101 onViewReleased(releasedChild, xVelocity, yVelocity); in onViewFling() 1113 public void onViewReleased(View releasedChild, float xvel, float yvel) { in onViewReleased() method in OverlappingPaneLayout.DragHelperCallback
|
D | ViewDragHelper.java | 206 public void onViewReleased(View releasedChild, float xvel, float yvel) {} in onViewReleased() method in ViewDragHelper.Callback 829 mCallback.onViewReleased(mCapturedView, xvel, yvel);
|