Searched refs:InputDevice (Results 1 – 8 of 8) sorted by relevance
23 import android.view.InputDevice;44 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in newTouchDownEvent()57 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in newTouchUpEvent()70 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in newTouchMoveEvent()80 event.setSource(InputDevice.SOURCE_KEYBOARD); in newKeyEvent()
20 from input_device import InputDevice, InputEvent83 device = InputDevice(evdev)93 device = InputDevice(options.devpath)
100 class InputDevice: class671 device = InputDevice(path)682 device = InputDevice(path)688 devices.append(InputDevice(options.devpath))
20 device = InputDevice(evdev)
178 device = InputDevice(evdev)192 device = InputDevice(evdev)
172 AudioDeviceModule::WindowsDeviceType InputDevice() const {return _inputDevice;} in InputDevice() function
511 if (_mixerManager.OpenMicrophone(InputDevice()) == -1) in InitMicrophone()
1328 self.device_info = input_device.InputDevice(self.device.device_node)