Searched defs:stopNestedScroll (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java3526 * by {@link #stopNestedScroll()} at the same point where we clear
8376 stopNestedScroll();
8403 stopNestedScroll();
13286 stopNestedScroll();
18547 * while a nested scroll is in progress has the effect of {@link #stopNestedScroll() stopping}
18558 stopNestedScroll();
18590 * {@link #stopNestedScroll()} to indicate the end of the nested scroll.</p>
18613 * @see #stopNestedScroll()
18653 public void stopNestedScroll() { method in class:View

Completed in 199 milliseconds