Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/dagger/
DScreenBrightnessModule.kt23 import com.android.systemui.brightness.shared.model.BrightnessLog
47 @BrightnessLog in bindScreenBrightnessRepository()
54 @BrightnessLog in bindScreenBrightnessRepository()
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/domain/interactor/
DScreenBrightnessInteractor.kt21 import com.android.systemui.brightness.shared.model.BrightnessLog in <lambda>()
46 @BrightnessLog private val tableBuffer: TableLogBuffer, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/shared/model/
DBrightnessLog.kt24 annotation class BrightnessLog() class
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/data/repository/
DScreenBrightnessRepository.kt22 import com.android.systemui.brightness.shared.model.BrightnessLog
87 @BrightnessLog private val logBuffer: LogBuffer, in getMinMaxLinearBrightness()
88 @BrightnessLog private val tableBuffer: TableLogBuffer, in getMinMaxLinearBrightness()