Home
last modified time | relevance | path

Searched refs:hasNestedScrollingParent (Results 1 – 17 of 17) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
DNestedScrollingChildHelper.java89 public boolean hasNestedScrollingParent() { in hasNestedScrollingParent() method in NestedScrollingChildHelper
105 if (hasNestedScrollingParent()) { in startNestedScroll()
DNestedScrollingChild.java127 public boolean hasNestedScrollingParent(); in hasNestedScrollingParent() method
DViewCompat.java376 boolean hasNestedScrollingParent(View view); in hasNestedScrollingParent() method
902 public boolean hasNestedScrollingParent(View view) { in hasNestedScrollingParent() method in ViewCompat.BaseViewCompatImpl
904 return ((NestedScrollingChild) view).hasNestedScrollingParent(); in hasNestedScrollingParent()
1462 public boolean hasNestedScrollingParent(View view) { in hasNestedScrollingParent() method in ViewCompat.LollipopViewCompatImpl
1463 return ViewCompatLollipop.hasNestedScrollingParent(view); in hasNestedScrollingParent()
2895 public static boolean hasNestedScrollingParent(View view) { in hasNestedScrollingParent() method in ViewCompat
2896 return IMPL.hasNestedScrollingParent(view); in hasNestedScrollingParent()
/frameworks/support/v4/api21/android/support/v4/view/
DViewCompatLollipop.java135 public static boolean hasNestedScrollingParent(View view) { in hasNestedScrollingParent() method in ViewCompatLollipop
136 return view.hasNestedScrollingParent(); in hasNestedScrollingParent()
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeRefreshLayout.java833 public boolean hasNestedScrollingParent() { in hasNestedScrollingParent() method in SwipeRefreshLayout
834 return mNestedScrollingChildHelper.hasNestedScrollingParent(); in hasNestedScrollingParent()
DNestedScrollView.java207 public boolean hasNestedScrollingParent() { in hasNestedScrollingParent() method in NestedScrollView
208 return mChildHelper.hasNestedScrollingParent(); in hasNestedScrollingParent()
754 0, true) && !hasNestedScrollingParent()) { in onTouchEvent()
/frameworks/base/core/java/android/widget/
DScrollView.java677 && !hasNestedScrollingParent()) { in onTouchEvent()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java8688 public boolean hasNestedScrollingParent() { in hasNestedScrollingParent() method in RecyclerView
8689 return mScrollingChildHelper.hasNestedScrollingParent(); in hasNestedScrollingParent()
/frameworks/support/v4/api/
D22.1.0.txt1990 method public abstract boolean hasNestedScrollingParent();
2003 method public boolean hasNestedScrollingParent();
2151 method public static boolean hasNestedScrollingParent(android.view.View);
D22.2.1.txt2049 method public abstract boolean hasNestedScrollingParent();
2062 method public boolean hasNestedScrollingParent();
2210 method public static boolean hasNestedScrollingParent(android.view.View);
D22.2.0.txt2048 method public abstract boolean hasNestedScrollingParent();
2061 method public boolean hasNestedScrollingParent();
2209 method public static boolean hasNestedScrollingParent(android.view.View);
D23.txt2240 method public abstract boolean hasNestedScrollingParent();
2253 method public boolean hasNestedScrollingParent();
2402 method public static boolean hasNestedScrollingParent(android.view.View);
Dcurrent.txt2246 method public abstract boolean hasNestedScrollingParent();
2259 method public boolean hasNestedScrollingParent();
2408 method public static boolean hasNestedScrollingParent(android.view.View);
/frameworks/base/core/java/android/view/
DView.java19987 if (hasNestedScrollingParent()) {
20037 public boolean hasNestedScrollingParent() {
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt614 NO DOC BLOCK: android.view.View Method hasNestedScrollingParent()
/frameworks/base/api/
Dcurrent.txt36083 method public boolean hasNestedScrollingParent();
Dsystem-current.txt38375 method public boolean hasNestedScrollingParent();