OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SerbianQwertz
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
SerbianLatinCustomizer.java
19
import com.android.inputmethod.keyboard.layout.
SerbianQwertz
;
36
.replaceKeyOfLabel(
SerbianQwertz
.ROW1_11, "\u0161")
38
.replaceKeyOfLabel(
SerbianQwertz
.ROW2_10, "\u010D")
40
.replaceKeyOfLabel(
SerbianQwertz
.ROW2_11, "\u0107")
42
.replaceKeyOfLabel(
SerbianQwertz
.ROW3_8, "\u0111")
44
.replaceKeyOfLabel(
SerbianQwertz
.ROW3_9, "\u017E");
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsSerbianLatin.java
22
import com.android.inputmethod.keyboard.layout.
SerbianQwertz
;
33
private static final LayoutBase LAYOUT = new
SerbianQwertz
(new SerbianLatinCustomizer(LOCALE));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
SerbianQwertz.java
23
public final class
SerbianQwertz
extends LayoutBase {
26
public
SerbianQwertz
(final LayoutCustomizer customizer) {
Completed in 800 milliseconds