Searched refs:appendSourceDescriptionIfApplicable (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 898 appendSourceDescriptionIfApplicable(description, SOURCE_KEYBOARD, "keyboard"); in toString() 899 appendSourceDescriptionIfApplicable(description, SOURCE_DPAD, "dpad"); in toString() 900 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen"); in toString() 901 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE, "mouse"); in toString() 902 appendSourceDescriptionIfApplicable(description, SOURCE_STYLUS, "stylus"); in toString() 903 appendSourceDescriptionIfApplicable(description, SOURCE_TRACKBALL, "trackball"); in toString() 904 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHPAD, "touchpad"); in toString() 905 appendSourceDescriptionIfApplicable(description, SOURCE_JOYSTICK, "joystick"); in toString() 906 appendSourceDescriptionIfApplicable(description, SOURCE_GAMEPAD, "gamepad"); in toString() 924 private void appendSourceDescriptionIfApplicable(StringBuilder description, int source, in appendSourceDescriptionIfApplicable() method in InputDevice
|