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

/frameworks/support/v4/java/android/support/v4/view/
H A DNestedScrollingChild.java127 public boolean hasNestedScrollingParent(); method in interface:NestedScrollingChild
H A DNestedScrollingChildHelper.java89 public boolean hasNestedScrollingParent() { method in class:NestedScrollingChildHelper
105 if (hasNestedScrollingParent()) {
H A DViewCompat.java461 boolean hasNestedScrollingParent(View view); method in interface:ViewCompat.ViewCompatImpl
1002 public boolean hasNestedScrollingParent(View view) { method in class:ViewCompat.BaseViewCompatImpl
1004 return ((NestedScrollingChild) view).hasNestedScrollingParent();
1643 public boolean hasNestedScrollingParent(View view) { method in class:ViewCompat.LollipopViewCompatImpl
1644 return ViewCompatLollipop.hasNestedScrollingParent(view);
3152 public static boolean hasNestedScrollingParent(View view) { method in class:ViewCompat
3153 return IMPL.hasNestedScrollingParent(view);
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java173 public static boolean hasNestedScrollingParent(View view) { method in class:ViewCompatLollipop
174 return view.hasNestedScrollingParent();
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java231 public boolean hasNestedScrollingParent() { method in class:NestedScrollView
232 return mChildHelper.hasNestedScrollingParent();
798 0, true) && !hasNestedScrollingParent()) {
H A DSwipeRefreshLayout.java856 public boolean hasNestedScrollingParent() { method in class:SwipeRefreshLayout
857 return mNestedScrollingChildHelper.hasNestedScrollingParent();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java9775 public boolean hasNestedScrollingParent() { method in class:RecyclerView
9776 return getScrollingChildHelper().hasNestedScrollingParent();
/frameworks/base/core/java/android/view/
H A DView.java21043 if (hasNestedScrollingParent()) {
21093 public boolean hasNestedScrollingParent() { method in class:View

Completed in 1760 milliseconds