Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java979 appendSourceDescriptionIfApplicable(description, SOURCE_KEYBOARD, "keyboard"); in toString()
980 appendSourceDescriptionIfApplicable(description, SOURCE_DPAD, "dpad"); in toString()
981 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen"); in toString()
982 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE, "mouse"); in toString()
983 appendSourceDescriptionIfApplicable(description, SOURCE_STYLUS, "stylus"); in toString()
984 appendSourceDescriptionIfApplicable(description, SOURCE_TRACKBALL, "trackball"); in toString()
985 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE_RELATIVE, "mouse_relative"); in toString()
986 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHPAD, "touchpad"); in toString()
987 appendSourceDescriptionIfApplicable(description, SOURCE_JOYSTICK, "joystick"); in toString()
988 appendSourceDescriptionIfApplicable(description, SOURCE_GAMEPAD, "gamepad"); in toString()
[all …]