OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICON_UNDEFINED
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecParserTests.java
29
private static final int
ICON_UNDEFINED
= KeyboardIconsSet.
ICON_UNDEFINED
;
76
"a", null,
ICON_UNDEFINED
, 'a');
78
"|", null,
ICON_UNDEFINED
, '|');
80
"\\", null,
ICON_UNDEFINED
, '\\');
82
",", null,
ICON_UNDEFINED
, ',');
84
",", null,
ICON_UNDEFINED
, ',');
86
"a", null,
ICON_UNDEFINED
, 'a');
88
"@", null,
ICON_UNDEFINED
, '@');
90
"@", null,
ICON_UNDEFINED
, '@')
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardIconsSet.java
29
public static final int
ICON_UNDEFINED
= 0;
75
return
ICON_UNDEFINED
;
84
if (iconId !=
ICON_UNDEFINED
) {
95
if (iconId ==
ICON_UNDEFINED
)
MoreKeySpecParser.java
167
return KeyboardIconsSet.
ICON_UNDEFINED
;
170
return KeyboardIconsSet.
ICON_UNDEFINED
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java
266
R.styleable.Keyboard_Key_keyIconPreview, KeyboardIconsSet.
ICON_UNDEFINED
));
268
KeyboardIconsSet.
ICON_UNDEFINED
));
270
KeyboardIconsSet.
ICON_UNDEFINED
);
271
if (shiftedIconId != KeyboardIconsSet.
ICON_UNDEFINED
) {
Completed in 37 milliseconds