Home
last modified time | relevance | path

Searched refs:onNestedScrollInternal (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DNestedScrollView.java381 onNestedScrollInternal(dyUnconsumed, type, consumed); in onNestedScroll()
384 private void onNestedScrollInternal(int dyUnconsumed, int type, @Nullable int[] consumed) { in onNestedScrollInternal() method in NestedScrollView
421 onNestedScrollInternal(dyUnconsumed, type, null); in onNestedScroll()
452 onNestedScrollInternal(dyUnconsumed, ViewCompat.TYPE_TOUCH, null); in onNestedScroll()