Home
last modified time | relevance | path

Searched defs:onNestedScrollAccepted (Results 1 – 14 of 14) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
DNestedScrollingParentHelper.java57 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in NestedScrollingParentHelper
DViewParentCompat.java40 void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method
78 public void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat.ViewParentCompatStubImpl
163 public void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat.ViewParentCompatLollipopImpl
287 public static void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat
DNestedScrollingParent.java79 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
/frameworks/support/v4/api21/android/support/v4/view/
DViewParentCompatLollipop.java38 public static void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompatLollipop
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DTestedFrameLayout.java75 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in TestedFrameLayout
/frameworks/base/core/java/android/view/
DViewParent.java471 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
DViewRootImpl.java6597 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in ViewRootImpl
DViewGroup.java6641 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarOverlayLayout.java469 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ActionBarOverlayLayout
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeRefreshLayout.java740 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in SwipeRefreshLayout
DNestedScrollView.java241 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in NestedScrollView
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java1418 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in CoordinatorLayout
1941 public void onNestedScrollAccepted(CoordinatorLayout coordinatorLayout, V child, in onNestedScrollAccepted() method in CoordinatorLayout.Behavior
/frameworks/base/core/java/android/widget/
DScrollView.java1675 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView
DAbsListView.java4125 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method