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

/frameworks/base/core/java/android/view/
H A DInputDevice.java969 appendSourceDescriptionIfApplicable(description, SOURCE_KEYBOARD, "keyboard");
970 appendSourceDescriptionIfApplicable(description, SOURCE_DPAD, "dpad");
971 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen");
972 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE, "mouse");
973 appendSourceDescriptionIfApplicable(description, SOURCE_STYLUS, "stylus");
974 appendSourceDescriptionIfApplicable(description, SOURCE_TRACKBALL, "trackball");
975 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHPAD, "touchpad");
976 appendSourceDescriptionIfApplicable(description, SOURCE_JOYSTICK, "joystick");
977 appendSourceDescriptionIfApplicable(description, SOURCE_GAMEPAD, "gamepad");
995 private void appendSourceDescriptionIfApplicable(StringBuilde method in class:InputDevice
[all...]

Completed in 49 milliseconds