Searched refs:onNestedScrollAccepted (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 542 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
|
D | ViewGroup.java | 7614 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
|
D | ViewRootImpl.java | 8235 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarOverlayLayout.java | 540 public void onNestedScrollAccepted(View child, View target, int axes) { 541 super.onNestedScrollAccepted(child, target, axes);
|
D | ResolverDrawerLayout.java | 718 public void onNestedScrollAccepted(View child, View target, int axes) { 719 super.onNestedScrollAccepted(child, target, axes);
|
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 1798 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView 1799 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
|
D | AbsListView.java | 4347 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method 4348 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |