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

/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java777 if (mLeftDragger.continueSettling(true) | mRightDragger.continueSettling(true)) {
H A DViewDragHelper.java526 * If this method returns true, the caller should invoke {@link #continueSettling(boolean)}
536 * @return true if animation should continue through {@link #continueSettling(boolean)} calls
548 * If this method returns true, the caller should invoke {@link #continueSettling(boolean)}
554 * @return true if animation should continue through {@link #continueSettling(boolean)} calls
574 * @return true if animation should continue through {@link #continueSettling(boolean)} calls
681 * The caller should invoke {@link #continueSettling(boolean)} on each subsequent frame
705 * If <code>continueSettling</code> returns true, the caller should call it again
714 public boolean continueSettling(boolean deferCallbacks) { method in class:ViewDragHelper
H A DSlidingPaneLayout.java1021 if (mDragHelper.continueSettling(true)) {

Completed in 12 milliseconds