Searched defs:onNestedScrollAccepted (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 452 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
|
D | ViewGroup.java | 6225 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
|
D | ViewRootImpl.java | 6398 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in ViewRootImpl
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ActionBarOverlayLayout.java | 534 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ActionBarOverlayLayout
|
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 1652 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView
|
D | AbsListView.java | 4069 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method
|