Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV9.java139 DeviceEvent odc = DeviceEvent.getDeviceEvent(why, deviceId, listener); in notifyListeners()
145 private static class DeviceEvent implements Runnable { class in InputManagerV9
149 private static Queue<DeviceEvent> sEventQueue = new ArrayDeque<DeviceEvent>();
151 private DeviceEvent() { in DeviceEvent() method in InputManagerV9.DeviceEvent
154 static DeviceEvent getDeviceEvent(int messageType, int id, in getDeviceEvent()
156 DeviceEvent curChanged = sEventQueue.poll(); in getDeviceEvent()
158 curChanged = new DeviceEvent(); in getDeviceEvent()