OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TAG_ROW
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java
116
private static final String
TAG_ROW
= "Row";
400
if (
TAG_ROW
.equals(tag)) {
402
if (DEBUG) Log.d(TAG, String.format("<%s>",
TAG_ROW
));
413
throw new IllegalStartTag(parser,
TAG_ROW
);
427
throw new IllegalEndTag(parser,
TAG_ROW
);
468
if (
TAG_ROW
.equals(tag)) {
469
if (DEBUG) Log.d(TAG, String.format("</%s>",
TAG_ROW
));
[
all
...]
/frameworks/base/core/java/android/inputmethodservice/
Keyboard.java
66
private static final String
TAG_ROW
= "Row";
796
if (
TAG_ROW
.equals(tag)) {
[
all
...]
Completed in 192 milliseconds