OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceEvent
(Results
1 - 2
of
2
) sorted by null
/development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV9.java
139
DeviceEvent
odc =
DeviceEvent
.getDeviceEvent(why, deviceId, listener);
145
private static class
DeviceEvent
implements Runnable {
149
private static Queue<
DeviceEvent
> sEventQueue = new ArrayDeque<
DeviceEvent
>();
151
private
DeviceEvent
() {
154
static
DeviceEvent
getDeviceEvent(int messageType, int id,
156
DeviceEvent
curChanged = sEventQueue.poll();
158
curChanged = new
DeviceEvent
();
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 102 milliseconds