Searched refs:clampViewPositionVertical (Results 1 – 2 of 2) sorted by relevance
335 public int clampViewPositionVertical(View child, int top, int dy) { in clampViewPositionVertical() method in ViewDragHelper.Callback1449 clampedY = mCallback.clampViewPositionVertical(mCapturedView, top, dy);
1185 public int clampViewPositionVertical(View child, int top, int dy) { in clampViewPositionVertical() method in OverlappingPaneLayout.DragHelperCallback