OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addMapper
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/input/
InputReader.cpp
402
device->
addMapper
(new SwitchInputMapper(device));
422
device->
addMapper
(new KeyboardInputMapper(device, keyboardSource, keyboardType));
427
device->
addMapper
(new CursorInputMapper(device));
432
device->
addMapper
(new MultiTouchInputMapper(device));
434
device->
addMapper
(new SingleTouchInputMapper(device));
439
device->
addMapper
(new JoystickInputMapper(device));
895
void InputDevice::
addMapper
(InputMapper* mapper) {
[
all
...]
InputReader.h
448
void
addMapper
(InputMapper* mapper);
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
917
device->
addMapper
(mapper);
[
all
...]
/prebuilt/common/ant/
ant.jar
Completed in 127 milliseconds