Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DClockTransition.kt33 …w.layout.sections.transitions.ClockSizeTransition.ClockFaceOutTransition.Companion.CLOCK_OUT_MILLIS
74 timestampRange(endMillis = CLOCK_OUT_MILLIS.toInt()) { fade(smallClockElementKey) } in TransitionBuilder()
87 timestampRange(endMillis = CLOCK_OUT_MILLIS.toInt()) { in TransitionBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/transitions/
DClockSizeTransition.kt308 override val smallClockMoveScale = CLOCK_OUT_MILLIS / STATUS_AREA_MOVE_UP_MILLIS.toFloat() in <lambda>()
311 duration = CLOCK_OUT_MILLIS in <lambda>()
317 const val CLOCK_OUT_MILLIS = 133L in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java45 private static final long CLOCK_OUT_MILLIS = 133; field in KeyguardClockSwitch
381 mClockOutAnim.setDuration(CLOCK_OUT_MILLIS); in updateClockViews()