Searched defs:millisUntilStarted (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/data/model/ | ||
D | ScreenRecordModel.kt | 25 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/ | ||
D | ScreenRecordChipModel.kt | 27 data class Starting(val millisUntilStarted: Long) : ScreenRecordChipModel constant in com.android.systemui.statusbar.chips.screenrecord.domain.model.ScreenRecordChipModel.Starting |