Searched defs:onKeys (Results  1 – 7 of 7) sorted by relevance
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/keyboard/ | 
| D | ModifierKeyCombination.java | 61     private final ImmutableSet<ModifierKey> onKeys;  field in ModifierKeyCombination 64 …private ModifierKeyCombination(ImmutableSet<ModifierKey> onKeys, ImmutableSet<ModifierKey> offKeys…  in ModifierKeyCombination() 74     public static ModifierKeyCombination ofOnKeys(Set<ModifierKey> onKeys) {  in ofOnKeys() 83     public static ModifierKeyCombination ofOnAndDontCareKeys(Set<ModifierKey> onKeys,  in ofOnAndDontCareKeys() 92     static ModifierKeyCombination of(ImmutableSet<ModifierKey> onKeys,  in of() 98     public ImmutableSet<ModifierKey> onKeys() {  in onKeys()  method in ModifierKeyCombination
  | 
| D | ModifierKeySimplifier.java | 93 …public static ModifierKeyCombination simplifyInput(Set<ModifierKey> onKeys, Set<ModifierKey> dontC…  in simplifyInput() 125     private static char getInputKeyState(ModifierKey modifierKey, Set<ModifierKey> onKeys,  in getInputKeyState() 147         ImmutableSet<ModifierKey> onKeys = combination.onKeys();  in simplifyToString()  local 202     private static char getInternalKeyState(ModifierKey modifierKey, Set<ModifierKey> onKeys,  in getInternalKeyState() 283         EnumSet<ModifierKey> onKeys = onKeysIntersect.isEmpty() ? EnumSet.noneOf(ModifierKey.class)  in simplifyTwoCombinations()  local 320     private static boolean keysAreRelated(Set<ModifierKey> onKeys, Set<ModifierKey> offKeys) {  in keysAreRelated() 341         ModifierKey parentKey, Set<ModifierKey> onKeys, Set<ModifierKey> offKeys) {  in getStringFromInternalRepresentation()
  | 
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/keyboard/test/ | 
| D | ModifierKeyCombinationTest.java | 13         ImmutableSet<ModifierKey> onKeys = ImmutableSet.of(ModifierKey.SHIFT);  in testOfOnKeysForSimpleCombination()  local 24         ImmutableSet<ModifierKey> onKeys = ImmutableSet.of(ModifierKey.SHIFT, ModifierKey.ALT_RIGHT,  in testOfOnKeysForComplexCombination()  local 36         ImmutableSet<ModifierKey> onKeys = ImmutableSet.of(ModifierKey.SHIFT_RIGHT,  in testOfOnKeysForComplexCombinationWithVariant()  local 48         ImmutableSet<ModifierKey> onKeys = ImmutableSet.of(ModifierKey.COMMAND);  in testOfOnAndDontCareKeysForSimpleCombination()  local 60         ImmutableSet<ModifierKey> onKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.SHIFT,  in testOfOnAndDontCareKeys_complex()  local 72         ImmutableSet<ModifierKey> onKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.SHIFT,  in testOfOnAndDontCareKeysForComplexCombinationWithVariant()  local
  | 
| D | ModifierKeySimplifierTest.java | 37         ImmutableSet<ModifierKey> onKeys = ImmutableSet.of(ModifierKey.ALT, ModifierKey.CAPSLOCK);  in testSimplifyInputWithParentOn()  local 47 …  ImmutableSet<ModifierKey> onKeys = ImmutableSet.of(ModifierKey.OPTION_LEFT, ModifierKey.COMMAND);  in testSimplifyInputWithChildOn()  local 57         ImmutableSet<ModifierKey> onKeys = ImmutableSet.of(ModifierKey.SHIFT_LEFT,  in testSimplifyInputWithBothChildrenOn()  local 77         ImmutableSet<ModifierKey> onKeys = ImmutableSet.of(ModifierKey.ALT_LEFT);  in testSimplifyInputWithParentDontCareAndChildOn()  local 98         ImmutableSet<ModifierKey> onKeys = ImmutableSet.of(ModifierKey.CONTROL_LEFT);  in testSimplifyInputWithAllThreeKeysPresent()  local
  | 
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/keyboard/osx/ | 
| D | KeylayoutParser.java | 146         ImmutableSet.Builder<ModifierKey> onKeys = ImmutableSet.builder();  in parseKeys()  local
  | 
| /external/guava/android/guava/src/com/google/common/collect/ | 
| D | Ordering.java | 454   <T2 extends T> Ordering<Entry<T2, ?>> onKeys() {  in onKeys()  method in Ordering
  | 
| /external/guava/guava/src/com/google/common/collect/ | 
| D | Ordering.java | 454   <T2 extends T> Ordering<Entry<T2, ?>> onKeys() {  in onKeys()  method in Ordering
  |