Searched refs:onNestedScrollAccepted (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewParent.java | 546 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
|
H A D | ViewGroup.java | 7912 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
|
H A D | ViewRootImpl.java | 9500 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method
|
H A D | View.java | 27414 p.onNestedScrollAccepted(child, this, axes); in startNestedScroll()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ActionBarOverlayLayout.java | 541 public void onNestedScrollAccepted(View child, View target, int axes) { 542 super.onNestedScrollAccepted(child, target, axes);
|
H A D | ResolverDrawerLayout.java | 765 public void onNestedScrollAccepted(View child, View target, int axes) { 766 super.onNestedScrollAccepted(child, target, axes);
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ScrollView.java | 1831 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView 1832 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
|
H A D | AbsListView.java | 4392 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method 4393 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 49743 method public void onNestedScrollAccepted(android.view.View, android.view.View, int); 49899 method public void onNestedScrollAccepted(android.view.View, android.view.View, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A 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);
|