Searched refs:appendSourceDescriptionIfApplicable (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InputDevice.java | 1524 appendSourceDescriptionIfApplicable(description, SOURCE_KEYBOARD, "keyboard"); in toString() 1525 appendSourceDescriptionIfApplicable(description, SOURCE_DPAD, "dpad"); in toString() 1526 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen"); in toString() 1527 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE, "mouse"); in toString() 1528 appendSourceDescriptionIfApplicable(description, SOURCE_STYLUS, "stylus"); in toString() 1529 appendSourceDescriptionIfApplicable(description, SOURCE_TRACKBALL, "trackball"); in toString() 1530 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE_RELATIVE, "mouse_relative"); in toString() 1531 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHPAD, "touchpad"); in toString() 1532 appendSourceDescriptionIfApplicable(description, SOURCE_JOYSTICK, "joystick"); in toString() 1533 appendSourceDescriptionIfApplicable(description, SOURCE_GAMEPAD, "gamepad"); in toString() [all …]
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 60216 Landroid/view/InputDevice;->appendSourceDescriptionIfApplicable(Ljava/lang/StringBuilder;ILjava/lan…
|