Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewParent.java550 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method
DViewGroup.java8063 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
DViewRootImpl.java10258 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in ViewRootImpl.TrackballAxis
/frameworks/base/core/java/android/widget/
DScrollView.java1939 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView
DAbsListView.java4575 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method