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

  /packages/apps/Dialer/src/com/android/dialer/list/
SwipeHelper.java 59 private static int SNAP_ANIM_LEN;
108 SNAP_ANIM_LEN = res.getInteger(R.integer.snap_animation_duration);
329 int duration = SNAP_ANIM_LEN;
  /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/recents/views/
SwipeHelper.java 53 private static final int SNAP_ANIM_LEN = SLOW_ANIMATIONS ? 1000 : 250; // ms
266 int duration = SNAP_ANIM_LEN;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 56 private static final int SNAP_ANIM_LEN = SLOW_ANIMATIONS ? 1000 : 150; // ms
373 int duration = SNAP_ANIM_LEN;

Completed in 643 milliseconds