Searched refs:mLastScroll (Results 1 – 4 of 4) sorted by relevance
75 private long mLastScroll; field in HorizontalScrollView1187 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in smoothScrollBy()1203 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in smoothScrollBy()
81 private long mLastScroll; field in ScrollView1199 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in smoothScrollBy()1219 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in smoothScrollBy()
613 private long mLastScroll; field in TextView7602 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in bringPointIntoView()7618 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in bringPointIntoView()
93 private long mLastScroll; field in NestedScrollView1300 long duration = AnimationUtils.currentAnimationTimeMillis() - mLastScroll; in smoothScrollBy()1316 mLastScroll = AnimationUtils.currentAnimationTimeMillis(); in smoothScrollBy()