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

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 56 private static int SNAP_ANIM_LEN;
97 SNAP_ANIM_LEN = res.getInteger(R.integer.snap_animation_duration);
322 final int duration = SNAP_ANIM_LEN;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 55 private static final int SNAP_ANIM_LEN = SLOW_ANIMATIONS ? 1000 : 150; // ms
447 int duration = SNAP_ANIM_LEN;

Completed in 86 milliseconds