Searched refs:onNestedScrollAccepted (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewParent.java | 550 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method
|
H A D | ViewGroup.java | 8063 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
|
H A D | ViewRootImpl.java | 10258 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in ViewRootImpl.TrackballAxis
|
H A D | View.java | 28722 p.onNestedScrollAccepted(child, this, axes); in startNestedScroll()
|
/aosp14/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 | 811 public void onNestedScrollAccepted(View child, View target, int axes) { 812 super.onNestedScrollAccepted(child, target, axes);
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ScrollView.java | 1939 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView 1940 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
|
H A D | AbsListView.java | 4575 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 53154 method public void onNestedScrollAccepted(android.view.View, android.view.View, int); 53311 …method public void onNestedScrollAccepted(@NonNull android.view.View, @NonNull android.view.View, …
|