Searched defs:SNAP_ANIM_LEN (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DSwipeHelper.java53 private static final int SNAP_ANIM_LEN = SLOW_ANIMATIONS ? 1000 : 250; // ms field in class:SwipeHelper
266 int duration = SNAP_ANIM_LEN;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java56 private static final int SNAP_ANIM_LEN = SLOW_ANIMATIONS ? 1000 : 150; // ms field in class:SwipeHelper
373 int duration = SNAP_ANIM_LEN;

Completed in 52 milliseconds