Searched refs:isNestedScrollingEnabled (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DNestedScrollingChild.java51 * @see #isNestedScrollingEnabled()
67 boolean isNestedScrollingEnabled(); method in interface:NestedScrollingChild
134 * {@link #isNestedScrollingEnabled() enabled} for this view this method does nothing.</p>
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DNestedScrollingChild.java55 * @see #isNestedScrollingEnabled()
71 boolean isNestedScrollingEnabled(); method in interface:NestedScrollingChild
138 * {@link #isNestedScrollingEnabled() enabled} for this view this method does nothing.</p>
H A DNestedScrollingChildHelper.java85 public boolean isNestedScrollingEnabled() { method in class:NestedScrollingChildHelper
149 if (isNestedScrollingEnabled()) {
220 if (isNestedScrollingEnabled()) {
278 if (isNestedScrollingEnabled()) {
327 if (isNestedScrollingEnabled()) {
347 if (isNestedScrollingEnabled()) {
H A DViewCompat.java2442 * @see #isNestedScrollingEnabled(View)
2468 public static boolean isNestedScrollingEnabled(@NonNull View view) { method in class:ViewCompat
2470 return view.isNestedScrollingEnabled();
2473 return ((NestedScrollingChild) view).isNestedScrollingEnabled();
2686 * {@link #isNestedScrollingEnabled(View) enabled} for this view this method does nothing.</p>
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/test/
H A DRecyclerViewTest.java120 assertTrue("Incorrect default nested scrolling value", view.isNestedScrollingEnabled());
125 view.isNestedScrollingEnabled());
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
H A DSwipeRefreshLayout.java754 || (mTarget != null && !ViewCompat.isNestedScrollingEnabled(mTarget))) {
857 public boolean isNestedScrollingEnabled() { method in class:SwipeRefreshLayout
858 return mNestedScrollingChildHelper.isNestedScrollingEnabled();
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java255 public boolean isNestedScrollingEnabled() { method in class:NestedScrollView
256 return mChildHelper.isNestedScrollingEnabled();
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java762 if (view.isNestedScrollingEnabled()) {
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
H A DNestedScrollViewNestedScrollingParentTest.java708 public boolean isNestedScrollingEnabled() { method in class:NestedScrollViewNestedScrollingParentTest.NestedScrollingSpyView
/frameworks/base/core/java/android/view/
H A DView.java12012 * {@link #isNestedScrollingEnabled()} returns true and the action is a scrolling action
12043 * {@link #isNestedScrollingEnabled() nested scrolling is enabled} on this view.</p>
12065 if (isNestedScrollingEnabled()
24491 * @see #isNestedScrollingEnabled()
24514 public boolean isNestedScrollingEnabled() { method in class:View
24561 if (isNestedScrollingEnabled()) {
24617 * {@link #isNestedScrollingEnabled() enabled} for this view this method does nothing.</p>
24636 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) {
24685 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) {
24738 if (isNestedScrollingEnabled()
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java11224 public boolean isNestedScrollingEnabled() { method in class:RecyclerView
11225 return getScrollingChildHelper().isNestedScrollingEnabled();
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 381 milliseconds