Searched refs:ANIMATED_SCROLL_GAP (Results 1 – 3 of 3) sorted by relevance
73 private static final int ANIMATED_SCROLL_GAP = ScrollView.ANIMATED_SCROLL_GAP; field in HorizontalScrollView1299 if (duration > ANIMATED_SCROLL_GAP) { in smoothScrollBy()
81 static final int ANIMATED_SCROLL_GAP = 250; field in ScrollView1321 if (duration > ANIMATED_SCROLL_GAP) { in smoothScrollBy()
396 private static final int ANIMATED_SCROLL_GAP = 250; field in TextView9936 if (duration > ANIMATED_SCROLL_GAP) { in bringPointIntoView()