Home
last modified time | relevance | path

Searched refs:getCurrY (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollController.java803 dy = basey + dy - scroller.getCurrY(); in startScroll()
805 basey = scroller.getCurrY(); in startScroll()
940 vertical.getScrollCenter() == scroller.getCurrY()); in isFinished()
985 vertical.updateScrollCenter(scroller.getCurrY(), true); in computeAndSetScrollPosition()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DFlingScroller.java64 public int getCurrY() { in getCurrY() method in FlingScroller
H A DPositionController.java1701 mCurrentY = mPageScroller.getCurrY(); in interpolateFlingPage()
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DNotificationShadeActivity.java51 updateState(mScroller.getCurrY());
/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java863 scrollTo(0, mScroller.getCurrY()); in computeScroll()
864 final int delta = mScroller.getCurrY() - oldScroll; in computeScroll()
880 if (mScroller.getCurrY() >= getMaximumScrollUpwards()) { in computeScroll()
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DScroller.java193 public final int getCurrY() { in getCurrY() method in Scroller
H A DOverScroller.java167 public final int getCurrY() { in getCurrY() method in OverScroller
/aosp12/frameworks/base/core/java/android/widget/
H A DScroller.java251 public final int getCurrY() { in getCurrY() method in Scroller
H A DOverScroller.java181 public final int getCurrY() { in getCurrY() method in OverScroller
H A DNumberPicker.java874 int amountToScroll = scroller.getFinalY() - scroller.getCurrY(); in moveToFinalScrollerPosition()
1138 int currentScrollerY = scroller.getCurrY(); in computeScroll()
H A DHorizontalScrollView.java1434 int y = mScroller.getCurrY(); in computeScroll()
H A DScrollView.java1466 int y = mScroller.getCurrY(); in computeScroll()
H A DAbsListView.java4867 final int y = scroller.getCurrY();
4943 final int currY = scroller.getCurrY();
H A DTextView.java10183 mScrollY = mScroller.getCurrY(); in computeScroll()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DPinDialogFragment.java557 mNumberViewHolder.setScrollY(mScroller.getCurrY() + mNumberViewHeight);
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java490 scrollTo(0, mScroller.getCurrY()); in computeScroll()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java534 performDrag(mScroller.getCurrY() - mCollapseOffset);
H A DViewPager.java1628 final int y = mScroller.getCurrY();
1771 int y = mScroller.getCurrY();
H A DRecyclerView.java4778 final int y = scroller.getCurrY(); in run()
/aosp12/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java544 final int y = mScroller.getCurrY(); in computeScroll()
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java2510 mListener.onScrollUpdate(mScroller.getCurrX(), mScroller.getCurrY());
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java3768 mViewStartY = mScroller.getCurrY(); in run()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java1864 int y = mScroller.getCurrY();
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4424 curScrollY = mScroller.getCurrY(); in draw()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...

12