Home
last modified time | relevance | path

Searched refs:Qwerty (Results 1 – 25 of 34) sorted by relevance

12

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DTestsMalayMY.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
33 private static final LayoutBase LAYOUT = new Qwerty(new LayoutCustomizer(LOCALE));
DTestsNoLanguage.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
33 private static final LayoutBase LAYOUT = new Qwerty(new NoLanguageCustomizer(LOCALE));
DTestsDutch.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
33 private static final LayoutBase LAYOUT = new Qwerty(new DutchCustomizer(LOCALE));
DTestsAzerbaijaniAZ.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
33 private static final LayoutBase LAYOUT = new Qwerty(new TurkicCustomizer(LOCALE));
DTestsEnglishUS.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
33 private static final LayoutBase LAYOUT = new Qwerty(new EnglishCustomizer(LOCALE));
DTestsGermanQwerty.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
33 private static final LayoutBase LAYOUT = new Qwerty(new GermanEuroCustomizer(LOCALE));
DTestsFrenchCA.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
33 private static final LayoutBase LAYOUT = new Qwerty(new FrenchCustomizer(LOCALE));
DTestsZulu.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
33 private static final LayoutBase LAYOUT = new Qwerty(new EnglishCustomizer(LOCALE));
DTestsPortugueseBR.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
33 private static final LayoutBase LAYOUT = new Qwerty(new PortugueseCustomizer(LOCALE));
DTestsIndonesian.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
33 private static final LayoutBase LAYOUT = new Qwerty(new LayoutCustomizer(LOCALE));
DTestsUzbekQwerty.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
34 private static final LayoutBase LAYOUT = new Qwerty(new UzbekQwertyCustomizer(LOCALE));
DTestsAfrikaans.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
34 private static final LayoutBase LAYOUT = new Qwerty(new AfrikaansCustomizer(LOCALE));
DTestsFinnishQwerty.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
34 private static final LayoutBase LAYOUT = new Qwerty(new FinnishQwertyCustomizer(LOCALE));
DTestsSwahili.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
34 private static final LayoutBase LAYOUT = new Qwerty(new SwahiliCustomizer(LOCALE));
DTestsTurkish.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
35 private static final LayoutBase LAYOUT = new Qwerty(new TurkishCustomizer(LOCALE));
DTestsPortuguesePT.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
35 private static final LayoutBase LAYOUT = new Qwerty(new PortuguesePTCustomizer(LOCALE));
DTestsItalian.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
35 private static final LayoutBase LAYOUT = new Qwerty(new ItalianITCustomizer(LOCALE));
DTestsEnglishIN.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
36 private static final LayoutBase LAYOUT = new Qwerty(new EnglishINCustomizer(LOCALE));
DTestsHinglish.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
36 private static final LayoutBase LAYOUT = new Qwerty(new HinglishCustomizer(LOCALE));
DTestsRomanian.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
36 private static final LayoutBase LAYOUT = new Qwerty(new RomanianCustomizer(LOCALE));
DTestsEstonianEEQwerty.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
34 private static final LayoutBase LAYOUT = new Qwerty(new EstonianEEQwertyCustomizer(LOCALE));
DTestsEnglishUK.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
35 private static final LayoutBase LAYOUT = new Qwerty(new EnglishUKCustomizer(LOCALE));
DTestsSplitLayoutQwertyEnglishUS.java25 import com.android.inputmethod.keyboard.layout.Qwerty;
37 private static final LayoutBase LAYOUT = new Qwerty(new EnglishSplitCustomizer(LOCALE));
DTestsIcelandic.java22 import com.android.inputmethod.keyboard.layout.Qwerty;
36 private static final LayoutBase LAYOUT = new Qwerty(new IcelandicCustomizer(LOCALE));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DQwerty.java26 public final class Qwerty extends LayoutBase { class
29 public Qwerty(final LayoutCustomizer customizer) { in Qwerty() method in Qwerty

12