HomeSort by relevance Sort by last modified time
    Searched refs:SLOW_ANIMATIONS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NotificationRowLayout.java 46 private static final boolean SLOW_ANIMATIONS = DEBUG;
48 private static final int APPEAR_ANIM_LEN = SLOW_ANIMATIONS ? 5000 : 250;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 38 private static final boolean SLOW_ANIMATIONS = false; // DEBUG;
52 private static final int SNAP_ANIM_LEN = SLOW_ANIMATIONS ? 1000 : 150; // ms

Completed in 70 milliseconds