Searched refs:InputDevice (Results 1 - 16 of 16) sorted by relevance

/external/autotest/client/bin/input/
H A Dinput_event_player.py20 from input_device import InputDevice, InputEvent namespace
41 device -- the InputDevice device object
83 device = InputDevice(evdev)
93 device = InputDevice(options.devpath)
H A Dinput_device.py93 class InputDevice: class in inherits:
635 device = InputDevice(path)
646 device = InputDevice(path)
652 devices.append(InputDevice(options.devpath))
/external/droiddriver/src/io/appium/droiddriver/util/
H A DEvents.java23 import android.view.InputDevice;
44 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
57 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
70 event.setSource(InputDevice.SOURCE_TOUCHSCREEN);
80 event.setSource(InputDevice.SOURCE_KEYBOARD);
/external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/
H A DSDLActivity.java662 int[] ids = InputDevice.getDeviceIds();
666 InputDevice device = InputDevice.getDevice(ids[i]);
1196 if ( (event.getSource() & InputDevice.SOURCE_GAMEPAD) != 0 ||
1197 (event.getSource() & InputDevice.SOURCE_DPAD) != 0 ) {
1209 if( (event.getSource() & InputDevice.SOURCE_KEYBOARD) != 0) {
1238 if (event.getSource() == InputDevice.SOURCE_MOUSE && SDLActivity.mSeparateMouseAndTouch) {
1515 public ArrayList<InputDevice.MotionRange> axes;
1516 public ArrayList<InputDevice.MotionRange> hats;
1518 static class RangeComparator implements Comparator<InputDevice
[all...]
/external/autotest/client/cros/faft/utils/
H A Dfirmware_check_keys.py20 device = InputDevice(evdev)
/external/autotest/client/cros/audio/
H A Daudio_helper.py173 device = InputDevice(evdev)
187 device = InputDevice(evdev)
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.h172 AudioDeviceModule::WindowsDeviceType InputDevice() const {return _inputDevice;} function in class:webrtc::AudioDeviceWindowsWave
H A Daudio_device_wave_win.cc511 if (_mixerManager.OpenMicrophone(InputDevice()) == -1)
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dvalidators.py1328 self.device_info = input_device.InputDevice(self.device.device_node)
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 240 milliseconds