HomeSort by relevance Sort by last modified time
    Searched full:textsset (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSetTests.java 59 final KeyboardTextsSet textsSet = new KeyboardTextsSet();
62 textsSet.setLocale(locale, context);
63 final String switchToAlphaKeyLabel = textsSet.getText(
85 final KeyboardTextsSet textsSet = new KeyboardTextsSet();
88 textsSet.setLocale(locale, context);
90 final String text = textsSet.getText(name);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyStyle.java 29 protected KeyStyle(final KeyboardTextsSet textsSet) {
30 mTextsSet = textsSet;
KeyStylesSet.java 42 public KeyStylesSet(final KeyboardTextsSet textsSet) {
43 mTextsSet = textsSet;
44 mEmptyKeyStyle = new EmptyKeyStyle(textsSet);
49 EmptyKeyStyle(final KeyboardTextsSet textsSet) {
50 super(textsSet);
79 public DeclaredKeyStyle(final String parentStyleName, final KeyboardTextsSet textsSet,
81 super(textsSet);

Completed in 521 milliseconds