Searched refs:PcQwerty (Results 1 – 2 of 2) sorted by relevance
22 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));
28 public final class PcQwerty extends LayoutBase { class31 public PcQwerty(final LayoutCustomizer customizer) { in PcQwerty() method in PcQwerty