Searched refs:KeyboardBacklightListener (Results 1 – 6 of 6) sorted by relevance
150 val callback1 = InputManager.KeyboardBacklightListener { _, _, _ -> callbackCount1++ } in <lambda>()151 val callback2 = InputManager.KeyboardBacklightListener { _, _, _ -> callbackCount2++ } in <lambda>()
21 import android.hardware.input.InputManager.KeyboardBacklightListener in <lambda>()139 val listener = KeyboardBacklightListener { _, state, isTriggeredByKeyPress -> in <lambda>()
21 import android.hardware.input.InputManager.KeyboardBacklightListener in <lambda>()61 @Captor private lateinit var backlightListenerCaptor: ArgumentCaptor<KeyboardBacklightListener> in <lambda>()321 private fun KeyboardBacklightListener.onBacklightChanged( in <lambda>() method
1257 @NonNull KeyboardBacklightListener listener) throws IllegalArgumentException { in registerKeyboardBacklightListener()1270 @NonNull KeyboardBacklightListener listener) { in unregisterKeyboardBacklightListener()1381 public interface KeyboardBacklightListener { interface in InputManager
28 import android.hardware.input.InputManager.KeyboardBacklightListener;793 final InputManager.KeyboardBacklightListener mListener;796 KeyboardBacklightListenerDelegate(KeyboardBacklightListener listener, Executor executor) { in KeyboardBacklightListenerDelegate()854 @NonNull KeyboardBacklightListener listener) throws IllegalArgumentException { in registerKeyboardBacklightListener()886 @NonNull KeyboardBacklightListener listener) { in unregisterKeyboardBacklightListener()
308 val listener = KeyboardBacklightListener() in createKeyboard()785 inner class KeyboardBacklightListener : IKeyboardBacklightListener.Stub() { in createKeyboard() class in com.android.server.input.KeyboardBacklightControllerTests