OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyboardCodesSet
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardCodesSet.java
23
public final class
KeyboardCodesSet
{
28
private
KeyboardCodesSet
() {
KeySpecParser.java
43
* - Code reference represented by (!code/code_name), see {@link
KeyboardCodesSet
}.
67
if (keySpec.startsWith(
KeyboardCodesSet
.PREFIX_CODE, labelEnd + 1)) {
227
if (text.startsWith(
KeyboardCodesSet
.PREFIX_CODE)) {
228
return
KeyboardCodesSet
.getCode(text.substring(
KeyboardCodesSet
.PREFIX_CODE.length()));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserTestsBase.java
19
import static com.android.inputmethod.keyboard.internal.
KeyboardCodesSet
.PREFIX_CODE;
51
mCodeSettings =
KeyboardCodesSet
.getCode(CODE_SETTINGS_NAME);
52
mCodeActionNext =
KeyboardCodesSet
.getCode("key_action_next");
Completed in 136 milliseconds