Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardTextsSetTests.java73 final KeyboardTextsSet textsSet = new KeyboardTextsSet(); in testSwitchToAlphaKeyLabel() local
100 final KeyboardTextsSet textsSet = new KeyboardTextsSet(); in testTextFromResources() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A 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()
H A DKeyStyle.java32 protected KeyStyle(@Nonnull final KeyboardTextsSet textsSet) { in KeyStyle()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
H A DKlpActionLabelTests.java118 final KeyboardTextsSet textsSet = new KeyboardTextsSet(); in doTestActionKeysInLocaleWithKeyboardTextsSet() local