Home
last modified time | relevance | path

Searched refs:SCROLL_AXIS_VERTICAL (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DScrollView.java647 if (yDiff > mTouchSlop && (getNestedScrollAxes() & SCROLL_AXIS_VERTICAL) == 0) { in onInterceptTouchEvent()
700 startNestedScroll(SCROLL_AXIS_VERTICAL); in onInterceptTouchEvent()
771 startNestedScroll(SCROLL_AXIS_VERTICAL); in onTouchEvent()
1827 return (nestedScrollAxes & SCROLL_AXIS_VERTICAL) != 0; in onStartNestedScroll()
1833 startNestedScroll(SCROLL_AXIS_VERTICAL); in onNestedScrollAccepted()
H A DAbsListView.java3545 (getNestedScrollAxes() & SCROLL_AXIS_VERTICAL) == 0) { in startScrollIfNeeded()
3883 startNestedScroll(SCROLL_AXIS_VERTICAL); in onTouchEvent()
4388 return ((nestedScrollAxes & SCROLL_AXIS_VERTICAL) != 0); in onStartNestedScroll()
4394 startNestedScroll(SCROLL_AXIS_VERTICAL); in onNestedScrollAccepted()
4584 startNestedScroll(SCROLL_AXIS_VERTICAL); in onInterceptTouchEvent()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java248 return mIsDragging || getNestedScrollAxes() == SCROLL_AXIS_VERTICAL; in isDragging()
324 (getNestedScrollAxes() & SCROLL_AXIS_VERTICAL) == 0) { in onInterceptTouchEvent()
752 if ((nestedScrollAxes & View.SCROLL_AXIS_VERTICAL) != 0) {
H A DActionBarOverlayLayout.java534 if ((axes & SCROLL_AXIS_VERTICAL) == 0 || mActionBarTop.getVisibility() != VISIBLE) {
H A DRecyclerView.java2685 nestedScrollAxis |= View.SCROLL_AXIS_VERTICAL; in onInterceptTouchEvent()
2824 nestedScrollAxis |= View.SCROLL_AXIS_VERTICAL; in onTouchEvent()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java793 axis |= scrollPosY != 0 ? View.SCROLL_AXIS_VERTICAL : 0; in handleScrolling()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java4122 public static final int SCROLL_AXIS_VERTICAL = 1 << 1; field in View
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt49385 field public static final int SCROLL_AXIS_VERTICAL = 2; // 0x2
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt33848 field public static final int SCROLL_AXIS_VERTICAL = 2; // 0x2