OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replaceKeyOfLabel
(Results
26 - 32
of
32
) sorted by null
1
2
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Colemak.java
41
builder.
replaceKeyOfLabel
(ROW1_10, key(";", additionalMoreKey("0"), moreKey(":")));
54
builder.
replaceKeyOfLabel
(ROW1_10, key(":", additionalMoreKey("0")));
Dvorak.java
92
builder.
replaceKeyOfLabel
(ROW1_1, getRow1_1Key(isPhone, elementId))
93
.
replaceKeyOfLabel
(ROW1_2, getRow1_2Key(isPhone, elementId))
94
.
replaceKeyOfLabel
(ROW1_3, getRow1_3Key(isPhone, elementId));
Symbols.java
37
builder.
replaceKeyOfLabel
(CURRENCY, customizer.getCurrencyKey());
38
builder.
replaceKeyOfLabel
(DOUBLE_QUOTE, key("\"", joinMoreKeys(
40
builder.
replaceKeyOfLabel
(SINGLE_QUOTE, key("'", joinMoreKeys(
198
.
replaceKeyOfLabel
("(", key("(", ")",
200
.
replaceKeyOfLabel
(")", key(")", "(",
ArmenianPhonetic.java
188
builder.
replaceKeyOfLabel
(",", "\u055D");
207
builder.
replaceKeyOfLabel
(",", "\u055D");
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
SpanishCustomizer.java
91
.
replaceKeyOfLabel
(Spanish.ROW2_10, "\u00F1")
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsCatalan.java
112
.
replaceKeyOfLabel
(Spanish.ROW2_10, "\u00E7")
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyboardBuilder.java
269
public ExpectedKeyboardBuilder
replaceKeyOfLabel
(final String label,
Completed in 48 milliseconds
1
2