Searched refs:mLastScroll (Results 1 – 4 of 4) sorted by relevance
76 private long mLastScroll; field in HorizontalScrollView1200 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in smoothScrollBy()1216 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in smoothScrollBy()
84 private long mLastScroll; field in ScrollView1214 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in smoothScrollBy()1234 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in smoothScrollBy()
682 private long mLastScroll;8798 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in bringPointIntoView()8814 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in bringPointIntoView()
95 private long mLastScroll; field in NestedScrollView1329 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in smoothScrollBy()1345 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in smoothScrollBy()