Searched refs:mLastScroll (Results 1 – 5 of 5) sorted by relevance
70 private float mLastScroll = 0; field in SearchAndRecommendationsScrollController106 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()
80 private long mLastScroll; field in HorizontalScrollView1322 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in smoothScrollBy()1338 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in smoothScrollBy()
89 private long mLastScroll; field in ScrollView1347 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in smoothScrollBy()1367 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in smoothScrollBy()
824 private long mLastScroll;10072 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in bringPointIntoView()10088 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in bringPointIntoView()
71315 Landroid/widget/HorizontalScrollView;->mLastScroll:J73871 Landroid/widget/TextView;->mLastScroll:J