Searched refs:textsSet (Results 1 – 3 of 3) sorted by relevance
59 final KeyboardTextsSet textsSet = new KeyboardTextsSet(); in testSwitchToAlphaKeyLabel() local62 textsSet.setLocale(locale, context); in testSwitchToAlphaKeyLabel()63 final String switchToAlphaKeyLabel = textsSet.getText( in testSwitchToAlphaKeyLabel()85 final KeyboardTextsSet textsSet = new KeyboardTextsSet(); in testTextFromResources() local88 textsSet.setLocale(locale, context); in testTextFromResources()90 final String text = textsSet.getText(name); in testTextFromResources()
42 public KeyStylesSet(final KeyboardTextsSet textsSet) { in KeyStylesSet() argument43 mTextsSet = textsSet; in KeyStylesSet()44 mEmptyKeyStyle = new EmptyKeyStyle(textsSet); in KeyStylesSet()49 EmptyKeyStyle(final KeyboardTextsSet textsSet) { in EmptyKeyStyle() argument50 super(textsSet); in EmptyKeyStyle()79 public DeclaredKeyStyle(final String parentStyleName, final KeyboardTextsSet textsSet, in DeclaredKeyStyle() argument81 super(textsSet); in DeclaredKeyStyle()
29 protected KeyStyle(final KeyboardTextsSet textsSet) { in KeyStyle() argument30 mTextsSet = textsSet; in KeyStyle()