OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInputDeviceState
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/input/
PersistentDataStore.java
96
InputDeviceState state =
getInputDeviceState
(inputDeviceDescriptor, false);
109
InputDeviceState state =
getInputDeviceState
(inputDeviceDescriptor, true);
120
InputDeviceState state =
getInputDeviceState
(inputDeviceDescriptor, false);
126
InputDeviceState state =
getInputDeviceState
(inputDeviceDescriptor, true);
135
InputDeviceState state =
getInputDeviceState
(inputDeviceDescriptor, false);
143
InputDeviceState state =
getInputDeviceState
(inputDeviceDescriptor, false);
152
InputDeviceState state =
getInputDeviceState
(inputDeviceDescriptor, true);
161
InputDeviceState state =
getInputDeviceState
(inputDeviceDescriptor, true);
171
InputDeviceState state =
getInputDeviceState
(inputDeviceDescriptor, true);
181
InputDeviceState state =
getInputDeviceState
(inputDeviceDescriptor, false)
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java
101
getInputDeviceState
(ids[i]);
123
InputDeviceState state =
getInputDeviceState
(event.getDeviceId());
148
InputDeviceState state =
getInputDeviceState
(event.getDeviceId());
156
private InputDeviceState
getInputDeviceState
(int deviceId) {
173
InputDeviceState state =
getInputDeviceState
(deviceId);
183
state =
getInputDeviceState
(deviceId);
Completed in 73 milliseconds