Home
last modified time | relevance | path

Searched refs:isNestedScrollingEnabled (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DNestedScrollingChild.java68 boolean isNestedScrollingEnabled(); in isNestedScrollingEnabled() method
/aosp14/frameworks/base/core/java/android/view/
H A DView.java15166 if (isNestedScrollingEnabled() in performAccessibilityActionInternal()
28668 public boolean isNestedScrollingEnabled() { in isNestedScrollingEnabled() method in View
28715 if (isNestedScrollingEnabled()) { in startNestedScroll()
28790 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) { in dispatchNestedScroll()
28839 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) { in dispatchNestedPreScroll()
28892 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) { in dispatchNestedFling()
28929 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) { in dispatchNestedPreFling()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17604 HSPLandroid/view/View;->isNestedScrollingEnabled()Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17668 HSPLandroid/view/View;->isNestedScrollingEnabled()Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52333 method public boolean isNestedScrollingEnabled();