Searched refs:appendSourceDescriptionIfApplicable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DInputDevice.java1011 appendSourceDescriptionIfApplicable(description, SOURCE_KEYBOARD, "keyboard");
1012 appendSourceDescriptionIfApplicable(description, SOURCE_DPAD, "dpad");
1013 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen");
1014 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE, "mouse");
1015 appendSourceDescriptionIfApplicable(description, SOURCE_STYLUS, "stylus");
1016 appendSourceDescriptionIfApplicable(description, SOURCE_TRACKBALL, "trackball");
1017 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE_RELATIVE, "mouse_relative");
1018 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHPAD, "touchpad");
1019 appendSourceDescriptionIfApplicable(description, SOURCE_JOYSTICK, "joystick");
1020 appendSourceDescriptionIfApplicable(descriptio
1038 private void appendSourceDescriptionIfApplicable(StringBuilder description, int source, method in class:InputDevice
[all...]

Completed in 8 milliseconds