/frameworks/support/core-ui/java/android/support/v4/view/ |
D | NestedScrollingChildHelper.java | 21 import static android.support.v4.view.ViewCompat.TYPE_TOUCH; 99 return hasNestedScrollingParent(TYPE_TOUCH); in hasNestedScrollingParent() 128 return startNestedScroll(axes, TYPE_TOUCH); in startNestedScroll() 174 stopNestedScroll(TYPE_TOUCH); in stopNestedScroll() 204 offsetInWindow, TYPE_TOUCH); in dispatchNestedScroll() 263 return dispatchNestedPreScroll(dx, dy, consumed, offsetInWindow, TYPE_TOUCH); in dispatchNestedPreScroll() 327 ViewParent parent = getNestedScrollingParentForType(TYPE_TOUCH); in dispatchNestedFling() 347 ViewParent parent = getNestedScrollingParentForType(TYPE_TOUCH); in dispatchNestedPreFling() 383 case TYPE_TOUCH: in getNestedScrollingParentForType() 393 case TYPE_TOUCH: in setNestedScrollingParentForType()
|
D | NestedScrollingParentHelper.java | 63 onNestedScrollAccepted(child, target, axes, ViewCompat.TYPE_TOUCH); in onNestedScrollAccepted() 99 onStopNestedScroll(target, ViewCompat.TYPE_TOUCH); in onStopNestedScroll()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/ |
D | NestedScrollingParent2Adapter.java | 54 return onStartNestedScroll(child, target, nestedScrollAxes, ViewCompat.TYPE_TOUCH); in onStartNestedScroll() 59 onNestedScrollAccepted(child, target, axes, ViewCompat.TYPE_TOUCH); in onNestedScrollAccepted() 64 onNestedPreScroll(target, dx, dy, consumed, ViewCompat.TYPE_TOUCH); in onNestedPreScroll() 71 ViewCompat.TYPE_TOUCH); in onNestedScroll() 76 onStopNestedScroll(target, ViewCompat.TYPE_TOUCH); in onStopNestedScroll()
|
/frameworks/support/compat/java/android/support/v4/view/ |
D | ViewParentCompat.java | 248 return onStartNestedScroll(parent, child, target, nestedScrollAxes, ViewCompat.TYPE_TOUCH); in onStartNestedScroll() 265 onNestedScrollAccepted(parent, child, target, nestedScrollAxes, ViewCompat.TYPE_TOUCH); in onNestedScrollAccepted() 277 onStopNestedScroll(parent, target, ViewCompat.TYPE_TOUCH); in onStopNestedScroll() 296 ViewCompat.TYPE_TOUCH); in onNestedScroll() 313 onNestedPreScroll(parent, target, dx, dy, consumed, ViewCompat.TYPE_TOUCH); in onNestedPreScroll() 345 } else if (type == ViewCompat.TYPE_TOUCH) { in onStartNestedScroll() 375 } else if (type == ViewCompat.TYPE_TOUCH) { in onNestedScrollAccepted() 397 } else if (type == ViewCompat.TYPE_TOUCH) { in onStopNestedScroll() 431 } else if (type == ViewCompat.TYPE_TOUCH) { in onNestedScroll() 463 } else if (type == ViewCompat.TYPE_TOUCH) { in onNestedPreScroll()
|
D | ViewCompat.java | 356 @IntDef({TYPE_TOUCH, TYPE_NON_TOUCH}) 364 public static final int TYPE_TOUCH = 0; field in ViewCompat 3392 } else if (type == ViewCompat.TYPE_TOUCH) { in startNestedScroll() 3409 } else if (type == ViewCompat.TYPE_TOUCH) { in stopNestedScroll() 3426 } else if (type == ViewCompat.TYPE_TOUCH) { in hasNestedScrollingParent() 3462 } else if (type == ViewCompat.TYPE_TOUCH) { in dispatchNestedScroll() 3494 } else if (type == ViewCompat.TYPE_TOUCH) { in dispatchNestedPreScroll()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | TestedFrameLayout.java | 135 return onStartNestedScroll(child, target, nestedScrollAxes, ViewCompat.TYPE_TOUCH); in onStartNestedScroll() 140 onNestedScrollAccepted(child, target, axes, ViewCompat.TYPE_TOUCH); in onNestedScrollAccepted() 145 onNestedPreScroll(target, dx, dy, consumed, ViewCompat.TYPE_TOUCH); in onNestedPreScroll() 152 ViewCompat.TYPE_TOUCH); in onNestedScroll() 157 onStopNestedScroll(target, ViewCompat.TYPE_TOUCH); in onStopNestedScroll()
|
D | RecyclerViewLayoutTest.java | 1465 eq(ViewCompat.SCROLL_AXIS_VERTICAL), eq(ViewCompat.TYPE_TOUCH)); in nestedDragVertical() 1467 eq(ViewCompat.SCROLL_AXIS_VERTICAL), eq(ViewCompat.TYPE_TOUCH)); in nestedDragVertical() 1469 any(int[].class), eq(ViewCompat.TYPE_TOUCH)); in nestedDragVertical() 1470 verify(nsp, atLeastOnce()).onStopNestedScroll(eq(mRecyclerView), eq(ViewCompat.TYPE_TOUCH)); in nestedDragVertical() 1491 eq(ViewCompat.SCROLL_AXIS_HORIZONTAL), eq(ViewCompat.TYPE_TOUCH)); in nestedDragHorizontal() 1493 eq(ViewCompat.SCROLL_AXIS_HORIZONTAL), eq(ViewCompat.TYPE_TOUCH)); in nestedDragHorizontal() 1495 any(int[].class), eq(ViewCompat.TYPE_TOUCH)); in nestedDragHorizontal() 1496 verify(nsp, atLeastOnce()).onStopNestedScroll(eq(mRecyclerView), eq(ViewCompat.TYPE_TOUCH)); in nestedDragHorizontal() 1517 eq(ViewCompat.SCROLL_AXIS_VERTICAL), eq(ViewCompat.TYPE_TOUCH)); in nestedFlingVertical() 1519 eq(ViewCompat.SCROLL_AXIS_VERTICAL), eq(ViewCompat.TYPE_TOUCH)); in nestedFlingVertical() [all …]
|
/frameworks/support/design/src/android/support/design/widget/ |
D | CoordinatorLayout.java | 1708 return onStartNestedScroll(child, target, nestedScrollAxes, ViewCompat.TYPE_TOUCH); in onStartNestedScroll() 1738 onNestedScrollAccepted(child, target, nestedScrollAxes, ViewCompat.TYPE_TOUCH); in onNestedScrollAccepted() 1764 onStopNestedScroll(target, ViewCompat.TYPE_TOUCH); in onStopNestedScroll() 1793 ViewCompat.TYPE_TOUCH); in onNestedScroll() 1829 onNestedPreScroll(target, dx, dy, consumed, ViewCompat.TYPE_TOUCH); in onNestedPreScroll() 1886 if (!lp.isNestedScrollAccepted(ViewCompat.TYPE_TOUCH)) { in onNestedFling() 1915 if (!lp.isNestedScrollAccepted(ViewCompat.TYPE_TOUCH)) { in onNestedPreFling() 2312 if (type == ViewCompat.TYPE_TOUCH) { in onStartNestedScroll() 2355 if (type == ViewCompat.TYPE_TOUCH) { in onNestedScrollAccepted() 2395 if (type == ViewCompat.TYPE_TOUCH) { in onStopNestedScroll() [all …]
|
D | AppBarLayout.java | 878 if (type == ViewCompat.TYPE_TOUCH) { in onStopNestedScroll()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | NestedScrollView.java | 722 startNestedScroll(ViewCompat.SCROLL_AXIS_VERTICAL, ViewCompat.TYPE_TOUCH); in onInterceptTouchEvent() 735 stopNestedScroll(ViewCompat.TYPE_TOUCH); in onInterceptTouchEvent() 785 startNestedScroll(ViewCompat.SCROLL_AXIS_VERTICAL, ViewCompat.TYPE_TOUCH); in onTouchEvent() 798 ViewCompat.TYPE_TOUCH)) { in onTouchEvent() 828 0, true) && !hasNestedScrollingParent(ViewCompat.TYPE_TOUCH)) { in onTouchEvent() 836 ViewCompat.TYPE_TOUCH)) { in onTouchEvent() 1774 stopNestedScroll(ViewCompat.TYPE_TOUCH); in endDrag()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 22 import static android.support.v4.view.ViewCompat.TYPE_TOUCH; 1803 TYPE_TOUCH)) { in scrollByInternal() 2831 startNestedScroll(nestedScrollAxis, TYPE_TOUCH); in onInterceptTouchEvent() 2874 stopNestedScroll(TYPE_TOUCH); in onInterceptTouchEvent() 2938 startNestedScroll(nestedScrollAxis, TYPE_TOUCH); in onTouchEvent() 2960 if (dispatchNestedPreScroll(dx, dy, mScrollConsumed, mScrollOffset, TYPE_TOUCH)) { in onTouchEvent() 3043 stopNestedScroll(TYPE_TOUCH); in resetTouch()
|
/frameworks/support/compat/api/ |
D | current.txt | 1728 field public static final int TYPE_TOUCH = 0; // 0x0
|
D | 26.0.0.txt | 1763 field public static final int TYPE_TOUCH = 0; // 0x0
|
/frameworks/support/api/ |
D | 26.1.0.txt | 8954 field public static final int TYPE_TOUCH = 0; // 0x0
|
D | 26.0.0-beta2.txt | 8936 field public static final int TYPE_TOUCH = 0; // 0x0
|