Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java1030 appendSourceDescriptionIfApplicable(description, SOURCE_KEYBOARD, "keyboard"); in toString()
1031 appendSourceDescriptionIfApplicable(description, SOURCE_DPAD, "dpad"); in toString()
1032 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen"); in toString()
1033 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE, "mouse"); in toString()
1034 appendSourceDescriptionIfApplicable(description, SOURCE_STYLUS, "stylus"); in toString()
1035 appendSourceDescriptionIfApplicable(description, SOURCE_TRACKBALL, "trackball"); in toString()
1036 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE_RELATIVE, "mouse_relative"); in toString()
1037 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHPAD, "touchpad"); in toString()
1038 appendSourceDescriptionIfApplicable(description, SOURCE_JOYSTICK, "joystick"); in toString()
1039 appendSourceDescriptionIfApplicable(description, SOURCE_GAMEPAD, "gamepad"); in toString()
[all …]