Searched refs:settleCapturedViewAt (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java189 * settle into place. It should do so using {@link #settleCapturedViewAt(int, int)}
556 public boolean settleCapturedViewAt(int finalLeft, int finalTop) { method in class:ViewDragHelper
558 throw new IllegalStateException("Cannot settleCapturedViewAt outside of a call to " +
755 * is the only time it is valid to call {@link #settleCapturedViewAt(int, int)}
H A DDrawerLayout.java1406 mDragger.settleCapturedViewAt(left, releasedChild.getTop());
H A DSlidingPaneLayout.java1222 mDragHelper.settleCapturedViewAt(left, releasedChild.getTop());

Completed in 33 milliseconds