Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
H A DLeanbackImeService.java61 private LeanbackKeyboardController.InputListener mInputListener
62 = new LeanbackKeyboardController.InputListener() {
271 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_BACKSPACE: in handleTextEntry()
276 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_LEFT: in handleTextEntry()
277 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_RIGHT: in handleTextEntry()
294 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_STRING: in handleTextEntry()
308 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_SUGGESTION: in handleTextEntry()
309 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_VOICE: in handleTextEntry()
322 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_ACTION: in handleTextEntry()
326 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_DISMISS: in handleTextEntry()
[all …]
/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
H A DLeanbackKeyboardController.java63 public interface InputListener { interface in LeanbackKeyboardController
138 private InputListener mInputListener;
158 LeanbackKeyboardController(InputMethodService context, InputListener listener, in LeanbackKeyboardController()
345 mInputListener.onEntry(InputListener.ENTRY_TYPE_ACTION, 0, null); in commitKey()
348 mInputListener.onEntry(InputListener.ENTRY_TYPE_SUGGESTION, 0, in commitKey()
386 mInputListener.onEntry(InputListener.ENTRY_TYPE_LEFT, 0, null); in handleCommitKeyboardKey()
389 mInputListener.onEntry(InputListener.ENTRY_TYPE_RIGHT, 0, null); in handleCommitKeyboardKey()
395 mInputListener.onEntry(InputListener.ENTRY_TYPE_STRING, code, " "); in handleCommitKeyboardKey()
556 mInputListener.onEntry(InputListener.ENTRY_TYPE_DISMISS, 0, null); in handleKeyUpEvent()
573 mInputListener.onEntry(InputListener.ENTRY_TYPE_VOICE, 0, result); in onVoiceResult()
[all …]
H A DLeanbackKeyboardContainer.java24 import com.android.inputmethod.leanback.LeanbackKeyboardController.InputListener;
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DInputHalService.java78 public interface InputListener { interface in InputHalService
107 private InputListener mListener;
125 public void setInputListener(InputListener listener) { in setInputListener()
215 InputListener listener; in onHalEvents()
241 private void dispatchKeyInput(InputListener listener, VehiclePropValue value) { in dispatchKeyInput()
256 private void dispatchRotaryInput(InputListener listener, VehiclePropValue value) {
320 private void dispatchKeyEvent(InputListener listener, int action, int code,
334 private void dispatchKeyEvent(InputListener listener, int action, int code,
378 private void dispatchCustomInput(InputListener listener, VehiclePropValue value) {
/aosp12/frameworks/av/media/libstagefright/
H A DMediaSync.cpp211 sp<InputListener> listener(new InputListener(this)); in createInputSurface()
811 MediaSync::InputListener::InputListener(const sp<MediaSync> &sync) in InputListener() function in android::MediaSync::InputListener
814 MediaSync::InputListener::~InputListener() {} in ~InputListener()
816 void MediaSync::InputListener::onFrameAvailable(const BufferItem &/* item */) { in onFrameAvailable()
821 void MediaSync::InputListener::onSidebandStreamChanged() { in onSidebandStreamChanged()
826 void MediaSync::InputListener::binderDied(const wp<IBinder> &/* who */) { in binderDied()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipInputConsumer.java46 public interface InputListener { interface in PipInputConsumer
89 private InputListener mListener;
106 public void setInputListener(InputListener listener) { in setInputListener()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DInputConsumerController.java48 public interface InputListener { interface in InputConsumerController
90 private InputListener mListener;
113 public void setInputListener(InputListener listener) { in setInputListener()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaSync.h143 class InputListener : public BnConsumerListener,
146 InputListener(const sp<MediaSync> &sync);
147 virtual ~InputListener();
/aosp12/frameworks/native/services/inputflinger/
H A DAndroid.bp125 "InputListener.cpp",
/aosp12/frameworks/native/services/inputflinger/docs/
H A Dpointer_capture.md28 …r` is successfully configured, it notifies `InputDispatcher` through the `InputListener` interface.
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarInputService.java85 implements CarServiceBase, InputHalService.InputListener {
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DInputHalServiceTest.java69 @Mock InputHalService.InputListener mInputListener;
/aosp12/hardware/interfaces/input/common/1.0/
H A Dtypes.hal564 // or in later InputListener stages