Home | History | Annotate | Download | only in view

Lines Matching defs:startNestedScroll

4729      * This is set by {@link #startNestedScroll(int)} during a touch interaction and cleared
24524 * <p>The view will call startNestedScroll upon initiating a scroll operation. In the case
24531 * <p>If <code>startNestedScroll</code> returns true, a cooperative parent was found.
24533 * Calling startNestedScroll while a nested scroll is already in progress will return true.</p>
24556 public boolean startNestedScroll(int axes) {
24590 * @see #startNestedScroll(int)