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 HorizontalScrollView1297 if (duration > ANIMATED_SCROLL_GAP) { in smoothScrollBy()
81 static final int ANIMATED_SCROLL_GAP = 250; field in ScrollView1319 if (duration > ANIMATED_SCROLL_GAP) { in smoothScrollBy()
402 private static final int ANIMATED_SCROLL_GAP = 250; field in TextView9974 if (duration > ANIMATED_SCROLL_GAP) { in bringPointIntoView()