Searched refs:nestedScrollAxis (Results 1 – 1 of 1) sorted by relevance
2477 int nestedScrollAxis = ViewCompat.SCROLL_AXIS_NONE; in onInterceptTouchEvent() local2479 nestedScrollAxis |= ViewCompat.SCROLL_AXIS_HORIZONTAL; in onInterceptTouchEvent()2482 nestedScrollAxis |= ViewCompat.SCROLL_AXIS_VERTICAL; in onInterceptTouchEvent()2484 startNestedScroll(nestedScrollAxis); in onInterceptTouchEvent()2584 int nestedScrollAxis = ViewCompat.SCROLL_AXIS_NONE; in onTouchEvent() local2586 nestedScrollAxis |= ViewCompat.SCROLL_AXIS_HORIZONTAL; in onTouchEvent()2589 nestedScrollAxis |= ViewCompat.SCROLL_AXIS_VERTICAL; in onTouchEvent()2591 startNestedScroll(nestedScrollAxis); in onTouchEvent()