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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessController.java90 updateIcon(automatic != 0);
93 updateIcon(false /*automatic*/);
113 updateIcon(automatic);
146 private void updateIcon(boolean automatic) { method in class:BrightnessController
/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.java81 public void updateIcon(String slot, int index, int viewIndex, method in interface:CommandQueue.Callbacks
251 mCallbacks.updateIcon(mList.getSlot(index), index, viewIndex,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java177 updateIcon(holder, td.getIcon(), true, false);
469 private void updateIcon(ViewHolder h, Drawable icon, boolean show, boolean anim) { method in class:RecentsPanelView
534 updateIcon(h, td.getIcon(), true, animateShow);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java840 public void updateIcon(String slot, int index, int viewIndex, method in class:TabletStatusBar
842 if (DEBUG) Slog.d(TAG, "updateIcon(" + slot + ") -> " + icon);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java843 public void updateIcon(String slot, int index, int viewIndex, method in class:PhoneStatusBar
845 if (SPEW) Slog.d(TAG, "updateIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex

Completed in 156 milliseconds