Searched refs:millisUntilStarted (Results 1 – 4 of 4) sorted by relevance
25 data class Starting(val millisUntilStarted: Long) : ScreenRecordModel constant in com.android.systemui.screenrecord.data.model.ScreenRecordModel.Starting
27 data class Starting(val millisUntilStarted: Long) : ScreenRecordChipModel constant in com.android.systemui.statusbar.chips.screenrecord.domain.model.ScreenRecordChipModel.Starting
55 ScreenRecordChipModel.Starting(screenRecordState.millisUntilStarted) in <lambda>()
64 val countDown = Math.floorDiv(data.millisUntilStarted + 500, 1000) in map()