Searched defs:isNestedScrollingEnabled (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DNestedScrollingChild.java52 * @see #isNestedScrollingEnabled()
68 public boolean isNestedScrollingEnabled(); method in interface:NestedScrollingChild
135 * {@link #isNestedScrollingEnabled() enabled} for this view this method does nothing.</p>
H A DNestedScrollingChildHelper.java75 public boolean isNestedScrollingEnabled() { method in class:NestedScrollingChildHelper
109 if (isNestedScrollingEnabled()) {
152 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) {
190 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) {
234 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) {
251 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) {
H A DViewCompat.java458 boolean isNestedScrollingEnabled(View view); method in interface:ViewCompat.ViewCompatImpl
936 public boolean isNestedScrollingEnabled(View view) { method in class:ViewCompat.BaseViewCompatImpl
938 return ((NestedScrollingChild) view).isNestedScrollingEnabled();
1628 public boolean isNestedScrollingEnabled(View view) { method in class:ViewCompat.LollipopViewCompatImpl
1629 return ViewCompatLollipop.isNestedScrollingEnabled(view);
3069 * @see #isNestedScrollingEnabled(View)
3087 public static boolean isNestedScrollingEnabled(View view) { method in class:ViewCompat
3088 return IMPL.isNestedScrollingEnabled(view);
3162 * {@link #isNestedScrollingEnabled(View) enabled} for this view this method does nothing.</p>
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java161 public static boolean isNestedScrollingEnabled(View view) { method in class:ViewCompatLollipop
162 return view.isNestedScrollingEnabled();
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java216 public boolean isNestedScrollingEnabled() { method in class:NestedScrollView
217 return mChildHelper.isNestedScrollingEnabled();
H A DSwipeRefreshLayout.java738 || (mTarget != null && !ViewCompat.isNestedScrollingEnabled(mTarget))) {
841 public boolean isNestedScrollingEnabled() { method in class:SwipeRefreshLayout
842 return mNestedScrollingChildHelper.isNestedScrollingEnabled();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java9760 public boolean isNestedScrollingEnabled() { method in class:RecyclerView
9761 return getScrollingChildHelper().isNestedScrollingEnabled();
/frameworks/base/core/java/android/view/
H A DView.java9470 * {@link #isNestedScrollingEnabled()} returns true and the action is a scrolling action
9501 * {@link #isNestedScrollingEnabled() nested scrolling is enabled} on this view.</p>
9523 if (isNestedScrollingEnabled()
20977 * @see #isNestedScrollingEnabled()
21000 public boolean isNestedScrollingEnabled() { method in class:View
21047 if (isNestedScrollingEnabled()) {
21103 * {@link #isNestedScrollingEnabled() enabled} for this view this method does nothing.</p>
21122 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) {
21171 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) {
21224 if (isNestedScrollingEnabled()
[all...]

Completed in 478 milliseconds