Searched defs:mNestedScrollingChildHelper (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/core-ui/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java115 private final NestedScrollingChildHelper mNestedScrollingChildHelper; field in class:SwipeRefreshLayout
350 mNestedScrollingChildHelper = new NestedScrollingChildHelper(this);
838 mNestedScrollingChildHelper.setNestedScrollingEnabled(enabled);
843 return mNestedScrollingChildHelper.isNestedScrollingEnabled();
848 return mNestedScrollingChildHelper.startNestedScroll(axes);
853 mNestedScrollingChildHelper.stopNestedScroll();
858 return mNestedScrollingChildHelper.hasNestedScrollingParent();
864 return mNestedScrollingChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed,
870 return mNestedScrollingChildHelper.dispatchNestedPreScroll(
888 return mNestedScrollingChildHelper
[all...]

Completed in 31 milliseconds