Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewParent.java550 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method
DViewGroup.java8041 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
DViewRootImpl.java11066 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in ViewRootImpl.TrackballAxis
DView.java29793 p.onNestedScrollAccepted(child, this, axes); in startNestedScroll()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java612 public void onNestedScrollAccepted(View child, View target, int axes) {
613 super.onNestedScrollAccepted(child, target, axes);
DResolverDrawerLayout.java811 public void onNestedScrollAccepted(View child, View target, int axes) {
812 super.onNestedScrollAccepted(child, target, axes);
/frameworks/base/core/java/android/widget/
DScrollView.java1999 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView
2000 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
DAbsListView.java4598 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method
4599 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
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);
/frameworks/base/core/api/
Dcurrent.txt53684 method public void onNestedScrollAccepted(android.view.View, android.view.View, int);
53841 …method public void onNestedScrollAccepted(@NonNull android.view.View, @NonNull android.view.View, …