Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DClockTransition.kt32 …ections.transitions.ClockSizeTransition.ClockFaceInTransition.Companion.CLOCK_IN_START_DELAY_MILLIS
68 startMillis = CLOCK_IN_START_DELAY_MILLIS.toInt(), in TransitionBuilder()
69 endMillis = (CLOCK_IN_START_DELAY_MILLIS + CLOCK_IN_MILLIS).toInt() in TransitionBuilder()
81 startMillis = CLOCK_IN_START_DELAY_MILLIS.toInt(), in TransitionBuilder()
82 endMillis = (CLOCK_IN_START_DELAY_MILLIS + CLOCK_IN_MILLIS).toInt() in TransitionBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/transitions/
DClockSizeTransition.kt291 startDelay = CLOCK_IN_START_DELAY_MILLIS in <lambda>()
298 const val CLOCK_IN_START_DELAY_MILLIS = 133L in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java47 public static final long CLOCK_IN_START_DELAY_MILLIS = 133; field in KeyguardClockSwitch
402 mClockInAnim.setStartDelay(CLOCK_IN_START_DELAY_MILLIS); in updateClockViews()
DKeyguardClockSwitchController.java496 KeyguardClockSwitch.CLOCK_IN_START_DELAY_MILLIS); in displayClock()