Searched refs:brightnessLevel (Results 1 – 7 of 7) sorted by relevance
110 brightnessLevel: Int, in <lambda>()115 this.brightnessLevel = brightnessLevel in <lambda>()131 assertEquals(2, keyboardBacklightState.brightnessLevel) in <lambda>()
23 int brightnessLevel;
805 new LocalKeyboardBacklightState(state.brightnessLevel, in notifyKeyboardBacklightChange()833 LocalKeyboardBacklightState(int brightnessLevel, int maxBrightnessLevel) { in LocalKeyboardBacklightState() argument834 mBrightnessLevel = brightnessLevel; in LocalKeyboardBacklightState()
241 callbackState.brightnessLevel = newBrightnessLevel; in updateKeyboardBacklight()602 private void setBrightnessLevel(int brightnessLevel) { in setBrightnessLevel() argument606 setBacklightValue(mBrightnessValueForLevel[brightnessLevel]); in setBrightnessLevel()608 mBrightnessLevel = brightnessLevel; in setBrightnessLevel()
362 private val brightnessLevel: Int, in <lambda>() constant in com.android.systemui.keyboard.data.repository.KeyboardRepositoryTest.TestBacklightState365 override fun getBrightnessLevel() = brightnessLevel in <lambda>()
155 .map { BacklightModel(it.brightnessLevel, it.maxBrightnessLevel) } in <lambda>()
323 lastBacklightState!!.brightnessLevel in createKeyboard()793 state.brightnessLevel, in createKeyboard()820 val brightnessLevel: Int, in createKeyboard() constant in com.android.server.input.KeyboardBacklightControllerTests.KeyboardBacklightState