Home
last modified time | relevance | path

Searched refs:KeyboardBacklightListener (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tests/Input/src/android/hardware/input/
DKeyboardBacklightListenerTest.kt146 val callback1 = InputManager.KeyboardBacklightListener { _, _, _ -> callbackCount1++ } in <lambda>()
147 val callback2 = InputManager.KeyboardBacklightListener { _, _, _ -> callbackCount2++ } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/
DKeyboardRepository.kt21 import android.hardware.input.InputManager.KeyboardBacklightListener in <lambda>()
113 val listener = KeyboardBacklightListener { _, state, isTriggeredByKeyPress -> in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/data/repository/
DKeyboardRepositoryTest.kt22 import android.hardware.input.InputManager.KeyboardBacklightListener
62 @Captor private lateinit var backlightListenerCaptor: ArgumentCaptor<KeyboardBacklightListener>
379 private fun KeyboardBacklightListener.onBacklightChanged( in KeyboardBacklightListener() method
/frameworks/base/core/java/android/hardware/input/
DInputManager.java1371 @NonNull KeyboardBacklightListener listener) throws IllegalArgumentException { in registerKeyboardBacklightListener()
1384 @NonNull KeyboardBacklightListener listener) { in unregisterKeyboardBacklightListener()
1694 public interface KeyboardBacklightListener { interface in InputManager
DInputManagerGlobal.java31 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()
/frameworks/base/tests/Input/src/com/android/server/input/
DKeyboardBacklightControllerTests.kt217 val listener = KeyboardBacklightListener() in createKeyboard()
520 inner class KeyboardBacklightListener : IKeyboardBacklightListener.Stub() { in createKeyboard() class in com.android.server.input.KeyboardBacklightControllerTests