Searched refs:dispatchNestedScroll (Results 1 – 2 of 2) sorted by relevance
/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/ |
D | NestedScrollView.java | 285 public void dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in NestedScrollView 287 mChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed, in dispatchNestedScroll() 309 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in NestedScrollView 311 return mChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed, in dispatchNestedScroll() 354 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in NestedScrollView 356 return mChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed, in dispatchNestedScroll() 394 mChildHelper.dispatchNestedScroll(0, myConsumed, 0, myUnconsumed, null, type, consumed); in onNestedScrollInternal() 1135 dispatchNestedScroll( in scrollBy() 1972 dispatchNestedScroll(0, scrolledByMe, 0, unconsumed, mScrollOffset, in computeScroll()
|
/packages/apps/TvSettings/ |
D | two-panel-baseline-profile.txt | 1778 PLandroidx/core/view/NestedScrollingChildHelper;->dispatchNestedScroll(IIII[II[I)V 1988 PLandroidx/recyclerview/widget/RecyclerView;->dispatchNestedScroll(IIII[II[I)V
|