Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java479 … KeyboardModifierSet newMods = KeyboardModifierSet.parseSet(modifiers == null ? "" : modifiers); in handlePathValue() local
480 if (!newMods.equals(keyMapModifiers)) { in handlePathValue()
485 keyMapModifiers = newMods; in handlePathValue()