Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV16.java21 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 {
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DVdmCompat.java23 import android.hardware.input.InputManager;
54 InputManager inputManager = context.getSystemService(InputManager.class); in canCreateVirtualMouse()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyKeyEvent.java20 import android.hardware.input.InputManager;
135 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_RESULT)) { in injectEvent()
DMonkeyMotionEvent.java20 import android.hardware.input.InputManager;
190 InputManager.INJECT_INPUT_EVENT_MODE_WAIT_FOR_RESULT)) { in injectEvent()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java24 import android.hardware.input.InputManager;
57 implements InputManager.InputDeviceListener {
60 private InputManager mInputManager;
70 mInputManager = (InputManager)getSystemService(Context.INPUT_SERVICE); in onCreate()
/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DInputManager.java48 final class InputManager { class
69 InputManager(RemoteIo remoteIo) { in InputManager() method in InputManager
DDisplayAdapter.java63 private final InputManager mInputManager;
66 DisplayAdapter(ClientView recyclerView, RemoteIo remoteIo, InputManager inputManager) { in DisplayAdapter()
196 private InputManager.FocusListener mFocusListener = null;
DImmersiveActivity.java72 @Inject InputManager mInputManager;
DMainActivity.java62 @Inject InputManager mInputManager;