Searched refs:clampViewPositionVertical (Results 1 - 2 of 2) 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
1375 clampedY = mCallback.clampViewPositionVertical(mCapturedView, top, dy);
H A DDrawerLayout.java1484 public int clampViewPositionVertical(View child, int top, int dy) { method in class:DrawerLayout.ViewDragCallback

Completed in 74 milliseconds