Home
last modified time | relevance | path

Searched defs:textsSet (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeyboardTextsSetTests.java73 final KeyboardTextsSet textsSet = new KeyboardTextsSet(); in testSwitchToAlphaKeyLabel() local
100 final KeyboardTextsSet textsSet = new KeyboardTextsSet(); in testTextFromResources() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyStylesSet.java49 public KeyStylesSet(@Nonnull final KeyboardTextsSet textsSet) { in KeyStylesSet()
56 EmptyKeyStyle(@Nonnull final KeyboardTextsSet textsSet) { in EmptyKeyStyle()
89 @Nonnull final KeyboardTextsSet textsSet, in DeclaredKeyStyle()
DKeyStyle.java32 protected KeyStyle(@Nonnull final KeyboardTextsSet textsSet) { in KeyStyle()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DKlpActionLabelTests.java118 final KeyboardTextsSet textsSet = new KeyboardTextsSet(); in doTestActionKeysInLocaleWithKeyboardTextsSet() local