Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManagerGlobal.java97 @Nullable private ArrayList<KeyboardBacklightListenerDelegate> mKeyboardBacklightListeners;
776 private static final class KeyboardBacklightListenerDelegate { class in InputManagerGlobal
780 KeyboardBacklightListenerDelegate(KeyboardBacklightListener listener, Executor executor) { in KeyboardBacklightListenerDelegate() method in InputManagerGlobal.KeyboardBacklightListenerDelegate
859 KeyboardBacklightListenerDelegate delegate = in registerKeyboardBacklightListener()
860 new KeyboardBacklightListenerDelegate(listener, executor); in registerKeyboardBacklightListener()