Home
last modified time | relevance | path

Searched refs:mLastScroll (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DSearchAndRecommendationsScrollController.java70 private float mLastScroll = 0; field in SearchAndRecommendationsScrollController
106 mLastScroll = getCurrentScroll(); in updateHeaderScroll()
107 mHeaderTitle.setTranslationY(mLastScroll); in updateHeaderScroll()
108 mRecommendedWidgetsTable.setTranslationY(mLastScroll); in updateHeaderScroll()
110 float searchYDisplacement = Math.max(mLastScroll, -mSearchBarContainer.getTop()); in updateHeaderScroll()
114 float tabsDisplacement = Math.max(mLastScroll, -mTabBar.getTop() in updateHeaderScroll()
156 float startValue = mLastScroll - getCurrentScroll(); in reset()
/aosp12/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java80 private long mLastScroll; field in HorizontalScrollView
1322 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in smoothScrollBy()
1338 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in smoothScrollBy()
H A DScrollView.java89 private long mLastScroll; field in ScrollView
1347 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in smoothScrollBy()
1367 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in smoothScrollBy()
H A DTextView.java824 private long mLastScroll;
10072 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in bringPointIntoView()
10088 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in bringPointIntoView()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt71315 Landroid/widget/HorizontalScrollView;->mLastScroll:J
73871 Landroid/widget/TextView;->mLastScroll:J