Home | History | Annotate | Download | only in widget

Lines Matching defs:startNestedScroll

2268                 startNestedScroll(nestedScrollAxis, TYPE_NON_TOUCH);
2976 startNestedScroll(nestedScrollAxis, TYPE_TOUCH);
3083 startNestedScroll(nestedScrollAxis, TYPE_TOUCH);
11229 public boolean startNestedScroll(int axes) {
11230 return getScrollingChildHelper().startNestedScroll(axes);
11234 public boolean startNestedScroll(int axes, int type) {
11235 return getScrollingChildHelper().startNestedScroll(axes, type);