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

/frameworks/base/core/java/android/view/
H A DInputDevice.java862 appendSourceDescriptionIfApplicable(description, SOURCE_KEYBOARD, "keyboard");
863 appendSourceDescriptionIfApplicable(description, SOURCE_DPAD, "dpad");
864 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen");
865 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE, "mouse");
866 appendSourceDescriptionIfApplicable(description, SOURCE_STYLUS, "stylus");
867 appendSourceDescriptionIfApplicable(description, SOURCE_TRACKBALL, "trackball");
868 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHPAD, "touchpad");
869 appendSourceDescriptionIfApplicable(description, SOURCE_JOYSTICK, "joystick");
870 appendSourceDescriptionIfApplicable(description, SOURCE_GAMEPAD, "gamepad");
888 private void appendSourceDescriptionIfApplicable(StringBuilde method in class:InputDevice
[all...]

Completed in 50 milliseconds