OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:updateIcon
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_icon_path/
background.js
9
function
updateIcon
() {
17
chrome.browserAction.onClicked.addListener(
updateIcon
);
18
updateIcon
();
/packages/apps/Launcher2/src/com/android/launcher2/
ShortcutInfo.java
91
updateIcon
(iconCache);
96
public void
updateIcon
(IconCache iconCache) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
TvStatusBar.java
39
public void
updateIcon
(String slot, int index, int viewIndex, StatusBarIcon old,
/packages/apps/Launcher3/src/com/android/launcher3/
ShortcutInfo.java
150
updateIcon
(iconCache);
155
public void
updateIcon
(IconCache iconCache) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js
85
function
updateIcon
() {
143
updateIcon
();
212
updateIcon
();
230
updateIcon
();
302
updateIcon
();
339
updateIcon
();
349
updateIcon
();
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java
163
updateIcon
(automatic);
196
private void
updateIcon
(boolean automatic) {
216
updateIcon
(automatic != 0);
219
updateIcon
(false /*automatic*/);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java
284
updateIcon
(label);
315
private void
updateIcon
(CLabel label) {
335
updateIcon
(label);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java
81
public void
updateIcon
(String slot, int index, int viewIndex,
251
mCallbacks.
updateIcon
(mList.getSlot(index), index, viewIndex,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NavigatorView.js
221
updateIcon
: function(uiSourceCode)
224
node.
updateIcon
();
658
updateIcon
: function()
959
updateIcon
: function()
962
this._treeElement.
updateIcon
();
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java
182
updateIcon
(holder, td.getIcon(), true, false);
471
private void
updateIcon
(ViewHolder h, Drawable icon, boolean show, boolean anim) {
536
updateIcon
(h, td.getIcon(), true, animateShow);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java
[
all
...]
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java
257
updateIcon
(mInputModeSwitcher.switchLanguageWithHkb());
[
all
...]
Completed in 263 milliseconds