Searched refs:screenBrightnessInteractor (Results 1 – 4 of 4) sorted by relevance
38 private val screenBrightnessInteractor: ScreenBrightnessInteractor, constant in com.android.systemui.brightness.ui.viewmodel.BrightnessSliderViewModel43 screenBrightnessInteractor.gammaBrightness.stateIn(49 val maxBrightness = screenBrightnessInteractor.maxGammaBrightness50 val minBrightness = screenBrightnessInteractor.minGammaBrightness67 is Drag.Dragging -> screenBrightnessInteractor.setTemporaryBrightness(drag.brightness) in onDrag()68 is Drag.Stopped -> screenBrightnessInteractor.setBrightness(drag.brightness) in onDrag()
20 import com.android.systemui.brightness.domain.interactor.screenBrightnessInteractor27 screenBrightnessInteractor = screenBrightnessInteractor, in <lambda>()
25 val Kosmos.screenBrightnessInteractor by constant
25 import com.android.systemui.brightness.domain.interactor.screenBrightnessInteractor54 screenBrightnessInteractor, in <lambda>()