OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIconName
(Results
1 - 10
of
10
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserTests.java
40
KeyboardIconsSet.
getIconName
(expectedIcon),
41
KeyboardIconsSet.
getIconName
(actualIcon));
MoreKeySpecTests.java
41
KeyboardIconsSet.
getIconName
(expectedIconId),
42
KeyboardIconsSet.
getIconName
(spec.mIconId));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyVisual.java
94
return KeyboardIconsSet.
getIconName
(mIconId);
ActualKeyboardBuilder.java
107
? KeyboardIconsSet.
getIconName
(iconId) : label;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardIconsSet.java
130
public static String
getIconName
(final int iconId) {
154
throw new RuntimeException("unknown icon id: " +
getIconName
(iconId));
MoreKeySpec.java
103
: KeyboardIconsSet.PREFIX_ICON + KeyboardIconsSet.
getIconName
(mIconId));
/developers/build/lib/
assetstudio.jar
/prebuilts/devtools/tools/lib/
asset-studio.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java
370
view.getDisplayName(), view.getInitString(), view.
getIconName
()));
378
String icon = variation.
getIconName
();
613
private String
getIconName
() {
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java
496
? KeyboardIconsSet.PREFIX_ICON + KeyboardIconsSet.
getIconName
(iconId) : getLabel();
[
all
...]
Completed in 4040 milliseconds