Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewParent.java542 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
DViewRootImpl.java8416 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method
DViewGroup.java7658 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
/frameworks/base/core/java/android/widget/
DScrollView.java1798 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView
DAbsListView.java4347 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method