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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNotificationRowLayout.java43 private static final boolean SLOW_ANIMATIONS = DEBUG; field in class:NotificationRowLayout
45 private static final int APPEAR_ANIM_LEN = SLOW_ANIMATIONS ? 5000 : 250;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java36 private static final boolean SLOW_ANIMATIONS = false; // DEBUG; field in class:SwipeHelper
50 private static final int SNAP_ANIM_LEN = SLOW_ANIMATIONS ? 1000 : 150; // ms

Completed in 63 milliseconds