Searched defs:updateIcon (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutInfo.java91 updateIcon(iconCache);
96 public void updateIcon(IconCache iconCache) { method in class:ShortcutInfo
/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutInfo.java122 updateIcon(iconCache);
127 public void updateIcon(IconCache iconCache) { method in class:ShortcutInfo
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DPinyinIME.java257 updateIcon(mInputModeSwitcher.switchLanguageWithHkb());
977 updateIcon(mInputModeSwitcher.switchModeForUserKey(keyCode));
1016 updateIcon(mInputModeSwitcher.requestBackToPreviousSkb());
1085 private void updateIcon(int iconId) { method in class:PinyinIME
1114 updateIcon(mInputModeSwitcher.requestInputWithHkb(editorInfo));
1125 updateIcon(mInputModeSwitcher.requestInputWithSkb(editorInfo));

Completed in 547 milliseconds