Searched refs:STATUS_AREA_MOVE_UP_MILLIS (Results 1 – 3 of 3) sorted by relevance
35 …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
35 …tions.transitions.ClockSizeTransition.SmartspaceMoveTransition.Companion.STATUS_AREA_MOVE_UP_MILLIS66 spec = tween(durationMillis = STATUS_AREA_MOVE_UP_MILLIS.toInt()) in TransitionBuilder()
49 private static final long STATUS_AREA_MOVE_UP_MILLIS = 967; field in KeyguardClockSwitch414 useLargeClock ? STATUS_AREA_MOVE_UP_MILLIS : STATUS_AREA_MOVE_DOWN_MILLIS); in updateClockViews()