Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewParent.java550 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method
H A DViewGroup.java8063 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
H A DViewRootImpl.java10258 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in ViewRootImpl.TrackballAxis
H A DView.java28722 p.onNestedScrollAccepted(child, this, axes); in startNestedScroll()
/aosp14/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.java811 public void onNestedScrollAccepted(View child, View target, int axes) {
812 super.onNestedScrollAccepted(child, target, axes);
/aosp14/frameworks/base/core/java/android/widget/
H A DScrollView.java1939 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView
1940 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
H A DAbsListView.java4575 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method
4576 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53154 method public void onNestedScrollAccepted(android.view.View, android.view.View, int);
53311 …method public void onNestedScrollAccepted(@NonNull android.view.View, @NonNull android.view.View, …