Home
last modified time | relevance | path

Searched defs:gestures (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java248 final Map<Gesture, List<String>> gestures; field in Keyboard.Output
250 …public Output(String output, Map<Gesture, List<String>> gestures, TransformStatus transformStatus)… in Output()
571 Map<Gesture, List<String>> gestures = new EnumMap<Gesture, List<String>>(Gesture.class); in getOutput() local
/external/autotest/client/cros/
Dtouch_playback_test_base.py71 def _find_test_files(self, input_type, gestures): argument
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java305 Map<Gesture, List<String>> gestures = output.getGestures(); in showHtml() local