Home
last modified time | relevance | path

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

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