Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/transitions/
DClockSizeTransition.kt34 …ons.transitions.ClockSizeTransition.SmartspaceMoveTransition.Companion.STATUS_AREA_MOVE_DOWN_MILLIS in <lambda>()
287 override val smallClockMoveScale = CLOCK_IN_MILLIS / STATUS_AREA_MOVE_DOWN_MILLIS.toFloat() in <lambda>()
332 if (isLargeClock) STATUS_AREA_MOVE_UP_MILLIS else STATUS_AREA_MOVE_DOWN_MILLIS in <lambda>()
359 const val STATUS_AREA_MOVE_DOWN_MILLIS = 467L in <lambda>() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DClockTransition.kt34 …ons.transitions.ClockSizeTransition.SmartspaceMoveTransition.Companion.STATUS_AREA_MOVE_DOWN_MILLIS
79 spec = tween(durationMillis = STATUS_AREA_MOVE_DOWN_MILLIS.toInt()) in TransitionBuilder()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java50 private static final long STATUS_AREA_MOVE_DOWN_MILLIS = 467; field in KeyguardClockSwitch
414 useLargeClock ? STATUS_AREA_MOVE_UP_MILLIS : STATUS_AREA_MOVE_DOWN_MILLIS); in updateClockViews()