Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSearchEvent.java37 public InputDevice getInputDevice() { in getInputDevice() method in SearchEvent
DKeyCharacterMap.java334 InputDevice inputDevice = im.getInputDevice(deviceId); in load()
336 inputDevice = im.getInputDevice(VIRTUAL_KEYBOARD); in load()
DInputDevice.java451 return InputManager.getInstance().getInputDevice(id); in getDevice()
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl34 InputDevice getInputDevice(int deviceId); in getInputDevice() method
DInputManager.java240 public InputDevice getInputDevice(int id) { in getInputDevice() method in InputManager
252 inputDevice = mIm.getInputDevice(id); in getInputDevice()
284 inputDevice = mIm.getInputDevice(id); in getInputDeviceByDescriptor()
/frameworks/base/docs/html/training/game-controllers/
Dcompatibility.jd89 <td>{@link android.hardware.input.InputManager#getInputDevice(int)
90 getInputDevice()}</td>
212 public InputDevice getInputDevice(int id);
236 <dt>{@code getInputDevice()}</dt>
237 <dd>Mirrors {@link android.hardware.input.InputManager#getInputDevice(int)
238 getInputDevice()}. Obtains the {@link android.view.InputDevice}
312 public InputDevice getInputDevice(int id) {
313 return mInputManager.getInputDevice(id);
/frameworks/av/include/media/
DAudioRecord.h410 audio_port_handle_t getInputDevice();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcuts.java330 final InputDevice inputDevice = inputManager.getInputDevice(deviceId); in retrieveKeyCharacterMap()
338 final InputDevice inputDevice = inputManager.getInputDevice(deviceIds[i]); in retrieveKeyCharacterMap()
346 final InputDevice inputDevice = inputManager.getInputDevice(-1); in retrieveKeyCharacterMap()
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java571 InputDevice device = mIm.getInputDevice(ids[i]); in updateInputDeviceVibrators()
/frameworks/av/media/libmedia/
DAudioRecord.cpp492 audio_port_handle_t AudioRecord::getInputDevice() { in getInputDevice() function in android::AudioRecord
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java758 InputDevice device = mIm.getInputDevice(deviceId); in logInputDeviceState()
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd845 {@link android.hardware.input.InputManager#getInputDevice getInputDevice()} to acquire
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java612 public InputDevice getInputDevice(int deviceId) { in getInputDevice() method in InputManagerService
/frameworks/base/api/
Dcurrent.txt14510 method public android.view.InputDevice getInputDevice(int);
41982 method public android.view.InputDevice getInputDevice();
Dtest-current.txt14523 method public android.view.InputDevice getInputDevice(int);
42061 method public android.view.InputDevice getInputDevice();
Dsystem-current.txt15261 method public android.view.InputDevice getInputDevice(int);
44982 method public android.view.InputDevice getInputDevice();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13219 method public android.view.InputDevice getInputDevice(int);