/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 550 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method
|
D | ViewGroup.java | 8041 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
|
D | ViewRootImpl.java | 11066 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in ViewRootImpl.TrackballAxis
|
D | View.java | 29793 p.onNestedScrollAccepted(child, this, axes); in startNestedScroll()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarOverlayLayout.java | 612 public void onNestedScrollAccepted(View child, View target, int axes) { 613 super.onNestedScrollAccepted(child, target, axes);
|
D | ResolverDrawerLayout.java | 811 public void onNestedScrollAccepted(View child, View target, int axes) { 812 super.onNestedScrollAccepted(child, target, axes);
|
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 1999 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView 2000 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
|
D | AbsListView.java | 4598 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
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);
|
/frameworks/base/core/api/ |
D | current.txt | 53684 method public void onNestedScrollAccepted(android.view.View, android.view.View, int); 53841 …method public void onNestedScrollAccepted(@NonNull android.view.View, @NonNull android.view.View, …
|