Searched defs:onViewReleased (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/widget/
H A DViewDragHelper.java197 * If neither of these methods is invoked before <code>onViewReleased</code> returns,
205 public void onViewReleased(View releasedChild, float xvel, float yvel) {} method in class:ViewDragHelper.Callback
565 "Callback#onViewReleased");
699 "Callback#onViewReleased");
726 "Callback#onViewReleased");
815 // onViewReleased didn't call a method that would have changed this. Go idle.
828 mCallback.onViewReleased(mCapturedView, xvel, yvel);
832 // onViewReleased didn't call a method that would have changed this. Go idle.
H A DOverlappingPaneLayout.java1070 onViewReleased(releasedChild, xVelocity, yVelocity);
1086 onViewReleased(releasedChild, xVelocity, yVelocity);
1098 public void onViewReleased(View releasedChild, float xvel, float yvel) { method in class:OverlappingPaneLayout.DragHelperCallback
1100 Log.d(TAG, "onViewReleased: "

Completed in 3550 milliseconds