Home
last modified time | relevance | path

Searched refs:PcQwerty (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DTestsNoLanguagePcQwerty.java22 import com.android.inputmethod.keyboard.layout.PcQwerty;
23 import com.android.inputmethod.keyboard.layout.PcQwerty.PcQwertyCustomizer;
34 private static final LayoutBase LAYOUT = new PcQwerty(new NoLanguagePcQwertyCustomizer(LOCALE));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DPcQwerty.java28 public final class PcQwerty extends LayoutBase { class
31 public PcQwerty(final LayoutCustomizer customizer) { in PcQwerty() method in PcQwerty