Home
last modified time | relevance | path

Searched refs:millisUntilStarted (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/data/model/
DScreenRecordModel.kt25 data class Starting(val millisUntilStarted: Long) : ScreenRecordModel constant in com.android.systemui.screenrecord.data.model.ScreenRecordModel.Starting
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/screenrecord/domain/model/
DScreenRecordChipModel.kt27 data class Starting(val millisUntilStarted: Long) : ScreenRecordChipModel constant in com.android.systemui.statusbar.chips.screenrecord.domain.model.ScreenRecordChipModel.Starting
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/screenrecord/domain/interactor/
DScreenRecordChipInteractor.kt55 ScreenRecordChipModel.Starting(screenRecordState.millisUntilStarted) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/screenrecord/domain/ui/
DScreenRecordTileMapper.kt64 val countDown = Math.floorDiv(data.millisUntilStarted + 500, 1000) in map()