Searched refs:KeyboardBacklightListener (Results 1 – 6 of 6) sorted by relevance
146 val callback1 = InputManager.KeyboardBacklightListener { _, _, _ -> callbackCount1++ } in <lambda>()147 val callback2 = InputManager.KeyboardBacklightListener { _, _, _ -> callbackCount2++ } in <lambda>()
21 import android.hardware.input.InputManager.KeyboardBacklightListener in <lambda>()113 val listener = KeyboardBacklightListener { _, state, isTriggeredByKeyPress -> in <lambda>()
22 import android.hardware.input.InputManager.KeyboardBacklightListener62 @Captor private lateinit var backlightListenerCaptor: ArgumentCaptor<KeyboardBacklightListener>379 private fun KeyboardBacklightListener.onBacklightChanged( in KeyboardBacklightListener() method
1371 @NonNull KeyboardBacklightListener listener) throws IllegalArgumentException { in registerKeyboardBacklightListener()1384 @NonNull KeyboardBacklightListener listener) { in unregisterKeyboardBacklightListener()1694 public interface KeyboardBacklightListener { interface in InputManager
31 import android.hardware.input.InputManager.KeyboardBacklightListener;828 final InputManager.KeyboardBacklightListener mListener;831 KeyboardBacklightListenerDelegate(KeyboardBacklightListener listener, Executor executor) { in KeyboardBacklightListenerDelegate()889 @NonNull KeyboardBacklightListener listener) throws IllegalArgumentException { in registerKeyboardBacklightListener()921 @NonNull KeyboardBacklightListener listener) { in unregisterKeyboardBacklightListener()
217 val listener = KeyboardBacklightListener() in createKeyboard()520 inner class KeyboardBacklightListener : IKeyboardBacklightListener.Stub() { in createKeyboard() class in com.android.server.input.KeyboardBacklightControllerTests