Home
last modified time | relevance | path

Searched refs:getScrollX (Results 1 – 25 of 54) sorted by relevance

123

/core/core/src/main/java/androidx/core/widget/
DNestedScrollView.java889 if (mScroller.springBack(getScrollX(), getScrollY(), 0, 0, 0, getScrollRange())) { in onInterceptTouchEvent()
998 } else if (mScroller.springBack(getScrollX(), getScrollY(), 0, 0, 0, in onTouchEvent()
1008 if (mScroller.springBack(getScrollX(), getScrollY(), 0, 0, 0, in onTouchEvent()
1851 mScroller.startScroll(getScrollX(), scrollY, 0, dy, scrollDurationMs); in smoothScrollBy()
1906 smoothScrollBy(x - getScrollX(), y - getScrollY(), scrollDurationMs, withNestedScrolling); in smoothScrollTo()
2024 overScrollByCompat(0, unconsumed, getScrollX(), oldScrollY, 0, range, 0, 0, false); in computeScroll()
2272 rectangle.offset(child.getLeft() - child.getScrollX(), in requestChildRectangleOnScreen()
2297 scrollTo(getScrollX(), mSavedState.scrollPosition); in onLayout()
2313 scrollTo(getScrollX(), newScrollY); in onLayout()
2318 scrollTo(getScrollX(), getScrollY()); in onLayout()
[all …]
/core/core/src/main/java/androidx/core/view/accessibility/
DAccessibilityRecordCompat.java428 public int getScrollX() { in getScrollX() method in AccessibilityRecordCompat
429 return mRecord.getScrollX(); in getScrollX()
/core/core/src/main/java/androidx/core/text/method/
DLinkMovementMethodCompat.java53 x += widget.getScrollX(); in onTouchEvent()
/core/core/src/main/java/androidx/core/view/
DViewCompat.java4681 matrix.preTranslate(-parentView.getScrollX(), -parentView.getScrollY()); in fallbackTransformMatrixToGlobal()
/core/core/api/
D1.1.0-rc01.txt2580 method @Deprecated public int getScrollX();
D1.1.0-beta02.txt2580 method @Deprecated public int getScrollX();
D1.1.0-beta01.txt2580 method @Deprecated public int getScrollX();
D1.2.0-beta01.txt2707 method @Deprecated public int getScrollX();
D1.3.0-beta01.txt2757 method @Deprecated public int getScrollX();
D1.2.0-beta02.txt2707 method @Deprecated public int getScrollX();
Drestricted_1.0.0.txt2847 method @Deprecated public int getScrollX();
D1.5.0-beta02.txt3131 method @Deprecated public int getScrollX();
D1.5.0-beta03.txt3130 method @Deprecated public int getScrollX();
Drestricted_1.1.0-beta01.txt2971 method @Deprecated public int getScrollX();
Drestricted_1.1.0-rc01.txt2971 method @Deprecated public int getScrollX();
D1.5.0-beta01.txt3131 method @Deprecated public int getScrollX();
D1.6.0-beta03.txt3171 method @Deprecated public int getScrollX();
D1.6.0-beta01.txt3165 method @Deprecated public int getScrollX();
D1.6.0-beta02.txt3165 method @Deprecated public int getScrollX();
Drestricted_1.3.0-beta01.txt3165 method @Deprecated public int getScrollX();
Drestricted_1.2.0-beta01.txt3114 method @Deprecated public int getScrollX();
D1.8.0-beta02.txt3381 method @Deprecated public int getScrollX();
Drestricted_1.2.0-beta02.txt3114 method @Deprecated public int getScrollX();
D1.7.0-beta03.txt3316 method @Deprecated public int getScrollX();
D1.7.0-beta01.txt3316 method @Deprecated public int getScrollX();

123