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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DSwipeHelper.java40 private static final boolean SLOW_ANIMATIONS = false; // DEBUG; field in class:SwipeHelper
53 private static final int SNAP_ANIM_LEN = SLOW_ANIMATIONS ? 1000 : 250; // ms
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java41 private static final boolean SLOW_ANIMATIONS = false; // DEBUG; field in class:SwipeHelper
56 private static final int SNAP_ANIM_LEN = SLOW_ANIMATIONS ? 1000 : 150; // ms

Completed in 50 milliseconds