OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TAG_KEY
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/inputmethodservice/
Keyboard.java
67
private static final String
TAG_KEY
= "Key";
806
} else if (
TAG_KEY
.equals(tag)) {
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java
117
private static final String
TAG_KEY
= "Key";
453
if (
TAG_KEY
.equals(tag)) {
464
throw new IllegalStartTag(parser,
TAG_KEY
);
480
throw new IllegalEndTag(parser,
TAG_KEY
);
489
checkEndTag(
TAG_KEY
, parser);
493
TAG_KEY
, (key.isEnabled() ? "" : " disabled"), key.mLabel, key.mCode,
495
checkEndTag(
TAG_KEY
, parser);
586
throw new IllegalStartTag(parser,
TAG_KEY
);
594
throw new IllegalEndTag(parser,
TAG_KEY
);
[
all
...]
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 496 milliseconds