Home
last modified time | relevance | path

Searched refs:ALERT_REVEAL_DURATION_MILLIS (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java81 private static final int ALERT_REVEAL_DURATION_MILLIS = 500; field in AlarmActivity
618 revealAnimator.setDuration(ALERT_REVEAL_DURATION_MILLIS); in getAlertAnimator()