OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RESCROLL_DELAY
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
DragController.java
53
private static final int
RESCROLL_DELAY
= 750;
532
final int delay = mDistanceSinceScroll < slop ?
RESCROLL_DELAY
: SCROLL_DELAY;
/packages/apps/Launcher3/src/com/android/launcher3/
DragController.java
57
public static final int
RESCROLL_DELAY
= PagedView.PAGE_SNAP_ANIMATION_DURATION + 150;
551
final int delay = mDistanceSinceScroll < slop ?
RESCROLL_DELAY
: SCROLL_DELAY;
Completed in 166 milliseconds