Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java264 public Map<Gesture, List<String>> getGestures() { in getGestures() method in Keyboard.Output
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java309 Map<Gesture, List<String>> gestures = output.getGestures(); in showHtml()