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

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java163 updateIcon(automatic);
196 private void updateIcon(boolean automatic) { method in class:BrightnessController
216 updateIcon(automatic != 0);
219 updateIcon(false /*automatic*/);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java39 public void updateIcon(String slot, int index, int viewIndex, StatusBarIcon old, method in class:TvStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java82 public void updateIcon(String slot, int index, int viewIndex, method in interface:CommandQueue.Callbacks
260 mCallbacks.updateIcon(mList.getSlot(index), index, viewIndex,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java182 updateIcon(holder, td.getIcon(), true, false);
471 private void updateIcon(ViewHolder h, Drawable icon, boolean show, boolean anim) { method in class:RecentsPanelView
536 updateIcon(h, td.getIcon(), true, animateShow);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java886 public void updateIcon(String slot, int index, int viewIndex, method in class:PhoneStatusBar
888 if (SPEW) Log.d(TAG, "updateIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex

Completed in 82 milliseconds