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

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java70 private static final int ANIMATED_SCROLL_GAP = ScrollView.ANIMATED_SCROLL_GAP; field in class:HorizontalScrollView
1201 if (duration > ANIMATED_SCROLL_GAP) {
H A DScrollView.java78 static final int ANIMATED_SCROLL_GAP = 250; field in class:ScrollView
1215 if (duration > ANIMATED_SCROLL_GAP) {
H A DTextView.java345 private static final int ANIMATED_SCROLL_GAP = 250; field in class:TextView
8785 if (duration > ANIMATED_SCROLL_GAP) {
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java67 static final int ANIMATED_SCROLL_GAP = 250; field in class:NestedScrollView
1330 if (duration > ANIMATED_SCROLL_GAP) {

Completed in 36 milliseconds