Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DClockTransition.kt31 …iew.layout.sections.transitions.ClockSizeTransition.ClockFaceInTransition.Companion.CLOCK_IN_MILLIS
69 endMillis = (CLOCK_IN_START_DELAY_MILLIS + CLOCK_IN_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.kt287 override val smallClockMoveScale = CLOCK_IN_MILLIS / STATUS_AREA_MOVE_DOWN_MILLIS.toFloat() in <lambda>()
290 duration = CLOCK_IN_MILLIS in <lambda>()
297 const val CLOCK_IN_MILLIS = 167L in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java46 private static final long CLOCK_IN_MILLIS = 167; field in KeyguardClockSwitch
397 mClockInAnim.setDuration(CLOCK_IN_MILLIS); in updateClockViews()