OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PcQwerty
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsNoLanguagePcQwerty.java
22
import com.android.inputmethod.keyboard.layout.
PcQwerty
;
30
* zz: Alphabet/
pcqwerty
35
private static final LayoutBase LAYOUT = new
PcQwerty
(new NoLanguagePcQwertyCustomizer(LOCALE));
TestsSwedishPcQwerty.java
22
import com.android.inputmethod.keyboard.layout.
PcQwerty
;
32
* sv: Swedish/
pcqwerty
37
private static final LayoutBase LAYOUT = new
PcQwerty
(new SwedishPcQwertyCustomizer(LOCALE));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
PcQwerty.java
27
public final class
PcQwerty
extends LayoutBase {
28
private static final String LAYOUT_NAME = "
pcqwerty
";
30
public
PcQwerty
(final LayoutCustomizer customizer) {
Completed in 46 milliseconds