Searched defs:gestures (Results 1 – 3 of 3) sorted by relevance
248 final Map<Gesture, List<String>> gestures; field in Keyboard.Output250 …public Output(String output, Map<Gesture, List<String>> gestures, TransformStatus transformStatus)… in Output()570 Map<Gesture, List<String>> gestures = new EnumMap<>(Gesture.class); in getOutput() local
77 def _find_test_files(self, input_type, gestures): argument
309 Map<Gesture, List<String>> gestures = output.getGestures(); in showHtml() local