Searched refs:clampViewPositionVertical (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java318 public int clampViewPositionVertical(View child, int top, int dy) { method in class:ViewDragHelper.Callback
1029 final int newTop = mCallback.clampViewPositionVertical(toCapture, targetTop,
1406 clampedY = mCallback.clampViewPositionVertical(mCapturedView, top, dy);
H A DSlidingPaneLayout.java1379 public int clampViewPositionVertical(View child, int top, int dy) { method in class:SlidingPaneLayout.DragHelperCallback
H A DDrawerLayout.java1782 public int clampViewPositionVertical(View child, int top, int dy) { method in class:DrawerLayout.ViewDragCallback
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java446 public int clampViewPositionVertical(View child, int top, int dy) { method in class:PrintContentView.DragCallbacks

Completed in 2273 milliseconds