Home | History | Annotate | Download | only in widget

Lines Matching refs:SCROLL_AXIS_VERTICAL

515                 if (yDiff > mTouchSlop && (getNestedScrollAxes() & SCROLL_AXIS_VERTICAL) == 0) {
558 startNestedScroll(SCROLL_AXIS_VERTICAL);
625 startNestedScroll(SCROLL_AXIS_VERTICAL);
1648 return (nestedScrollAxes & SCROLL_AXIS_VERTICAL) != 0;
1654 startNestedScroll(SCROLL_AXIS_VERTICAL);