OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GOTO_SCROLL_DURATION
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java
52
protected static final int
GOTO_SCROLL_DURATION
= 250;
226
position, LIST_TOP_OFFSET,
GOTO_SCROLL_DURATION
);
330
smoothScrollBy(top,
GOTO_SCROLL_DURATION
);
332
smoothScrollBy(bottom,
GOTO_SCROLL_DURATION
);
/packages/apps/Calendar/src/com/android/calendar/month/
SimpleDayPickerFragment.java
64
protected static final int
GOTO_SCROLL_DURATION
= 500;
453
position, LIST_TOP_OFFSET,
GOTO_SCROLL_DURATION
);
/frameworks/base/core/java/android/widget/
CalendarView.java
111
private static final int
GOTO_SCROLL_DURATION
= 1000;
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
109
private static final int
GOTO_SCROLL_DURATION
= 200;
[
all
...]
Completed in 5253 milliseconds