Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java862 appendSourceDescriptionIfApplicable(description, SOURCE_KEYBOARD, "keyboard"); in toString()
863 appendSourceDescriptionIfApplicable(description, SOURCE_DPAD, "dpad"); in toString()
864 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHSCREEN, "touchscreen"); in toString()
865 appendSourceDescriptionIfApplicable(description, SOURCE_MOUSE, "mouse"); in toString()
866 appendSourceDescriptionIfApplicable(description, SOURCE_STYLUS, "stylus"); in toString()
867 appendSourceDescriptionIfApplicable(description, SOURCE_TRACKBALL, "trackball"); in toString()
868 appendSourceDescriptionIfApplicable(description, SOURCE_TOUCHPAD, "touchpad"); in toString()
869 appendSourceDescriptionIfApplicable(description, SOURCE_JOYSTICK, "joystick"); in toString()
870 appendSourceDescriptionIfApplicable(description, SOURCE_GAMEPAD, "gamepad"); in toString()
888 private void appendSourceDescriptionIfApplicable(StringBuilder description, int source, in appendSourceDescriptionIfApplicable() method in InputDevice