Searched refs:ANIMATED_SCROLL_GAP (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java69 private static final int ANIMATED_SCROLL_GAP = ScrollView.ANIMATED_SCROLL_GAP; field in class:HorizontalScrollView
1188 if (duration > ANIMATED_SCROLL_GAP) {
H A DScrollView.java75 static final int ANIMATED_SCROLL_GAP = 250; field in class:ScrollView
1200 if (duration > ANIMATED_SCROLL_GAP) {
H A DTextView.java291 private static final int ANIMATED_SCROLL_GAP = 250; field in class:TextView
7610 if (duration > ANIMATED_SCROLL_GAP) {
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java68 static final int ANIMATED_SCROLL_GAP = 250; field in class:NestedScrollView
1304 if (duration > ANIMATED_SCROLL_GAP) {

Completed in 84 milliseconds