Searched refs:onNestedScrollAccepted (Results 1 – 10 of 10) 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 | ViewGroup.java | 7614 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
|
D | ViewRootImpl.java | 8235 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method
|
D | View.java | 25977 p.onNestedScrollAccepted(child, this, axes); in startNestedScroll()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarOverlayLayout.java | 540 public void onNestedScrollAccepted(View child, View target, int axes) { 541 super.onNestedScrollAccepted(child, target, axes);
|
D | ResolverDrawerLayout.java | 718 public void onNestedScrollAccepted(View child, View target, int axes) { 719 super.onNestedScrollAccepted(child, target, axes);
|
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 1798 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView 1799 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
|
D | AbsListView.java | 4347 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method 4348 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34151 method public void onNestedScrollAccepted(android.view.View, android.view.View, int); 34300 method public abstract void onNestedScrollAccepted(android.view.View, android.view.View, int);
|
/frameworks/base/api/ |
D | current.txt | 51143 method public void onNestedScrollAccepted(android.view.View, android.view.View, int); 51299 method public void onNestedScrollAccepted(android.view.View, android.view.View, int);
|