Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DNestedScrollView.java230 private final NestedScrollingChildHelper mChildHelper; field in NestedScrollView
274 mChildHelper = new NestedScrollingChildHelper(this); in NestedScrollView()
287 mChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed, in dispatchNestedScroll()
295 return mChildHelper.startNestedScroll(axes, type); in startNestedScroll()
300 mChildHelper.stopNestedScroll(type); in stopNestedScroll()
305 return mChildHelper.hasNestedScrollingParent(type); in hasNestedScrollingParent()
311 return mChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed, in dispatchNestedScroll()
323 return mChildHelper.dispatchNestedPreScroll(dx, dy, consumed, offsetInWindow, type); in dispatchNestedPreScroll()
330 mChildHelper.setNestedScrollingEnabled(enabled); in setNestedScrollingEnabled()
335 return mChildHelper.isNestedScrollingEnabled(); in isNestedScrollingEnabled()
[all …]