Searched refs:SpanishCustomizer (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
H A DTestsBasqueES.java40 private final SpanishCustomizer mSpanishCustomizer;
44 mSpanishCustomizer = new SpanishCustomizer(locale);
H A DTestsGalicianES.java40 private final SpanishCustomizer mSpanishCustomizer;
44 mSpanishCustomizer = new SpanishCustomizer(locale);
H A DTestsSpanish419.java32 private static final LayoutBase LAYOUT = new Spanish(new SpanishCustomizer(LOCALE));
H A DTestsSpanishUS.java32 private static final LayoutBase LAYOUT = new Spanish(new SpanishCustomizer(LOCALE));
H A DSpanishCustomizer.java28 class SpanishCustomizer extends LayoutCustomizer { class in inherits:LayoutCustomizer
29 SpanishCustomizer(final Locale locale) { super(locale); } method in class:SpanishCustomizer
H A DTestsSpanish.java39 private static class SpanishESCustomizer extends SpanishCustomizer {
H A DTestsTagalog.java38 private static class TagalogCustomizer extends SpanishCustomizer {

Completed in 113 milliseconds