Searched refs:InputManager (Results 1 – 9 of 9) sorted by relevance
21 import android.hardware.input.InputManager;33 private final InputManager mInputManager;37 mInputManager = (InputManager) context.getSystemService(Context.INPUT_SERVICE); in InputManagerV16()51 static class V16InputDeviceListener implements InputManager.InputDeviceListener {
23 import android.hardware.input.InputManager;54 InputManager inputManager = context.getSystemService(InputManager.class); in canCreateVirtualMouse()
20 import android.hardware.input.InputManager;135 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_RESULT)) { in injectEvent()
20 import android.hardware.input.InputManager;190 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_RESULT)) { in injectEvent()
24 import android.hardware.input.InputManager;57 implements InputManager.InputDeviceListener {60 private InputManager mInputManager;70 mInputManager = (InputManager)getSystemService(Context.INPUT_SERVICE); in onCreate()
48 final class InputManager { class69 InputManager(RemoteIo remoteIo) { in InputManager() method in InputManager
63 private final InputManager mInputManager;66 DisplayAdapter(ClientView recyclerView, RemoteIo remoteIo, InputManager inputManager) { in DisplayAdapter()196 private InputManager.FocusListener mFocusListener = null;
72 @Inject InputManager mInputManager;
62 @Inject InputManager mInputManager;