Searched refs:mLastScroll (Results 1 – 3 of 3) sorted by relevance
88 private long mLastScroll; field in ScrollView1320 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in smoothScrollBy()1340 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in smoothScrollBy()
79 private long mLastScroll; field in HorizontalScrollView1298 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in smoothScrollBy()1314 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in smoothScrollBy()
784 private long mLastScroll;9932 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in bringPointIntoView()9948 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in bringPointIntoView()