Home
last modified time | relevance | path

Searched refs:clampViewPositionVertical (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/widget/
DViewDragHelper.java335 public int clampViewPositionVertical(View child, int top, int dy) { in clampViewPositionVertical() method in ViewDragHelper.Callback
1449 clampedY = mCallback.clampViewPositionVertical(mCapturedView, top, dy);
DOverlappingPaneLayout.java1185 public int clampViewPositionVertical(View child, int top, int dy) { in clampViewPositionVertical() method in OverlappingPaneLayout.DragHelperCallback