Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/ui/viewmodel/
DBrightnessSliderViewModel.kt38 private val screenBrightnessInteractor: ScreenBrightnessInteractor, constant in com.android.systemui.brightness.ui.viewmodel.BrightnessSliderViewModel
43 screenBrightnessInteractor.gammaBrightness.stateIn(
49 val maxBrightness = screenBrightnessInteractor.maxGammaBrightness
50 val minBrightness = screenBrightnessInteractor.minGammaBrightness
67 is Drag.Dragging -> screenBrightnessInteractor.setTemporaryBrightness(drag.brightness) in onDrag()
68 is Drag.Stopped -> screenBrightnessInteractor.setBrightness(drag.brightness) in onDrag()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/brightness/ui/viewmodel/
DBrightnessSliderViewModelKosmos.kt20 import com.android.systemui.brightness.domain.interactor.screenBrightnessInteractor
27 screenBrightnessInteractor = screenBrightnessInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/brightness/domain/interactor/
DScreenBrightnessInteractorKosmos.kt25 val Kosmos.screenBrightnessInteractor by constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/ui/viewmodel/
DBrightnessSliderViewModelTest.kt25 import com.android.systemui.brightness.domain.interactor.screenBrightnessInteractor
54 screenBrightnessInteractor, in <lambda>()