Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A DKeyboardBacklightListenerTest.kt147 val callback1 = InputManager.KeyboardBacklightListener { _, _, _ -> callbackCount1++ }
148 val callback2 = InputManager.KeyboardBacklightListener { _, _, _ -> callbackCount2++ }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/
H A DKeyboardRepository.kt21 import android.hardware.input.InputManager.KeyboardBacklightListener
135 val listener = KeyboardBacklightListener { _, state, isTriggeredByKeyPress ->
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/data/repository/
H A DKeyboardRepositoryTest.kt21 import android.hardware.input.InputManager.KeyboardBacklightListener
61 @Captor private lateinit var backlightListenerCaptor: ArgumentCaptor<KeyboardBacklightListener>
321 private fun KeyboardBacklightListener.onBacklightChanged( regex
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManagerGlobal.java28 import android.hardware.input.InputManager.KeyboardBacklightListener;
777 final InputManager.KeyboardBacklightListener mListener;
780 KeyboardBacklightListenerDelegate(KeyboardBacklightListener listener, Executor executor) { in KeyboardBacklightListenerDelegate()
838 @NonNull KeyboardBacklightListener listener) throws IllegalArgumentException { in registerKeyboardBacklightListener()
870 @NonNull KeyboardBacklightListener listener) { in unregisterKeyboardBacklightListener()
H A DInputManager.java1304 @NonNull KeyboardBacklightListener listener) throws IllegalArgumentException { in registerKeyboardBacklightListener()
1317 @NonNull KeyboardBacklightListener listener) { in unregisterKeyboardBacklightListener()
1392 public interface KeyboardBacklightListener { interface in InputManager
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DKeyboardBacklightControllerTests.kt305 val listener = KeyboardBacklightListener()
782 inner class KeyboardBacklightListener : IKeyboardBacklightListener.Stub() {