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

/frameworks/base/core/java/android/view/
H A DInputDevice.java599 appendSourceDescriptionIfApplicable(description, SOURCE_KEYBOARD, "keyboard");
600 appendSourceDescriptionIfApplicable(description, SOURCE_DPAD, "dpad");
601 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen");
602 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE, "mouse");
603 appendSourceDescriptionIfApplicable(description, SOURCE_STYLUS, "stylus");
604 appendSourceDescriptionIfApplicable(description, SOURCE_TRACKBALL, "trackball");
605 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHPAD, "touchpad");
606 appendSourceDescriptionIfApplicable(description, SOURCE_JOYSTICK, "joystick");
607 appendSourceDescriptionIfApplicable(description, SOURCE_GAMEPAD, "gamepad");
624 private void appendSourceDescriptionIfApplicable(StringBuilde method in class:InputDevice
[all...]

Completed in 68 milliseconds