Searched defs:onNestedScrollAccepted (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 542 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
|
D | ViewRootImpl.java | 8416 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method
|
D | ViewGroup.java | 7658 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
|
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 1798 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView
|
D | AbsListView.java | 4347 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method
|