Searched refs:nestedScrollAxes (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewParent.java | 532 int nestedScrollAxes); in onStartNestedScroll() argument 551 int nestedScrollAxes); in onNestedScrollAccepted() argument
|
H A D | ViewRootImpl.java | 10249 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() argument 10258 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() argument
|
H A D | ViewGroup.java | 8055 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() argument
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ResolverDrawerLayout.java | 797 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { 798 if ((nestedScrollAxes & View.SCROLL_AXIS_VERTICAL) != 0) {
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ScrollView.java | 1934 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() argument 1935 return (nestedScrollAxes & SCROLL_AXIS_VERTICAL) != 0; in onStartNestedScroll()
|
H A D | AbsListView.java | 4570 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() argument 4571 return ((nestedScrollAxes & SCROLL_AXIS_VERTICAL) != 0); in onStartNestedScroll()
|
/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 ... |