Searched refs:DeviceEvent (Results 1 – 1 of 1) sorted by relevance
139 DeviceEvent odc = DeviceEvent.getDeviceEvent(why, deviceId, listener); in notifyListeners()145 private static class DeviceEvent implements Runnable { class in InputManagerV9149 private static Queue<DeviceEvent> sEventQueue = new ArrayDeque<DeviceEvent>();151 private DeviceEvent() { in DeviceEvent() method in InputManagerV9.DeviceEvent154 static DeviceEvent getDeviceEvent(int messageType, int id, in getDeviceEvent()156 DeviceEvent curChanged = sEventQueue.poll(); in getDeviceEvent()158 curChanged = new DeviceEvent(); in getDeviceEvent()