Home
last modified time | relevance | path

Searched refs:onNestedScrollAccepted (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DViewParent.java546 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
H A DViewGroup.java7912 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
H A DViewRootImpl.java9500 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method
H A DView.java27414 p.onNestedScrollAccepted(child, this, axes); in startNestedScroll()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java541 public void onNestedScrollAccepted(View child, View target, int axes) {
542 super.onNestedScrollAccepted(child, target, axes);
H A DResolverDrawerLayout.java765 public void onNestedScrollAccepted(View child, View target, int axes) {
766 super.onNestedScrollAccepted(child, target, axes);
/aosp12/frameworks/base/core/java/android/widget/
H A DScrollView.java1831 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView
1832 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
H A DAbsListView.java4392 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt49743 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 Dandroid-22.txt34151 method public void onNestedScrollAccepted(android.view.View, android.view.View, int);
34300 method public abstract void onNestedScrollAccepted(android.view.View, android.view.View, int);