Home
last modified time | relevance | path

Searched refs:updateIcon (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DShortcutInfo.java96 updateIcon(iconCache); in getIcon()
107 public void updateIcon(IconCache iconCache) { in updateIcon() method in ShortcutInfo
DWorkspace.java3725 info.updateIcon(mIconCache);
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java257 updateIcon(mInputModeSwitcher.switchLanguageWithHkb()); in processKey()
977 updateIcon(mInputModeSwitcher.switchModeForUserKey(keyCode)); in responseSoftKeyEvent()
1016 updateIcon(mInputModeSwitcher.requestBackToPreviousSkb()); in responseSoftKeyEvent()
1085 private void updateIcon(int iconId) { in updateIcon() method in PinyinIME
1114 updateIcon(mInputModeSwitcher.requestInputWithHkb(editorInfo)); in onStartInput()
1125 updateIcon(mInputModeSwitcher.requestInputWithSkb(editorInfo)); in onStartInputView()