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