Searched defs:isTriggeredByKeyPress (Results 1 – 7 of 7) sorted by relevance
27 …onBrightnessChanged(int deviceId, in IKeyboardBacklightState state, boolean isTriggeredByKeyPress); in onBrightnessChanged()
837 boolean isTriggeredByKeyPress) { in notifyKeyboardBacklightChange()849 boolean isTriggeredByKeyPress) { in onBrightnessChanged()
1703 int deviceId, @NonNull KeyboardBacklightState state, boolean isTriggeredByKeyPress); in onKeyboardBacklightChanged()
124 isTriggeredByKeyPress: Boolean -> in <lambda>() method
113 val listener = KeyboardBacklightListener { _, state, isTriggeredByKeyPress -> in <lambda>() method
465 boolean isTriggeredByKeyPress) { in notifyKeyboardBacklightChanged()
558 val isTriggeredByKeyPress: Boolean, in createKeyboard() constant in com.android.server.input.KeyboardBacklightControllerTests.KeyboardBacklightState