Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewParent.java543 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
DViewGroup.java7913 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
DViewRootImpl.java8848 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method
/frameworks/base/core/java/android/widget/
DScrollView.java1796 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView
DAbsListView.java4328 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method