HomeSort by relevance Sort by last modified time
    Searched defs:updateIcon (Results 1 - 10 of 10) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutInfo.java 92 updateIcon(iconCache);
97 public void updateIcon(IconCache iconCache) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
TvStatusBar.java 40 public void updateIcon(String slot, int index, int viewIndex, StatusBarIcon old,
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutInfo.java 196 updateIcon(iconCache);
201 public void updateIcon(IconCache iconCache) {
PendingAppWidgetHostView.java 108 public void updateIcon(IconCache cache) {
  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPointPreference.java 113 protected void updateIcon(int level, Context context) {
161 updateIcon(mLevel, context);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java 202 updateIcon(mAutomatic);
262 private void updateIcon(boolean automatic) {
279 updateIcon(mAutomatic);
282 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 86 public void updateIcon(String slot, int index, int viewIndex,
312 mCallbacks.updateIcon(mList.getSlot(index), index, viewIndex,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 89 updateIcon(mLeftIcon, 0.0f, mLeftIcon.getRestingAlpha(), false, false, true);
90 updateIcon(mCenterIcon, 0.0f, mCenterIcon.getRestingAlpha(), false, false, true);
91 updateIcon(mRightIcon, 0.0f, mRightIcon.getRestingAlpha(), false, false, true);
389 updateIcon(targetView, radius, alpha + fadeOutAlpha * targetView.getRestingAlpha(),
392 updateIcon(targetView, 0.0f, fadeOutAlpha * targetView.getRestingAlpha(),
395 updateIcon(otherView, 0.0f, fadeOutAlpha * otherView.getRestingAlpha(),
397 updateIcon(mCenterIcon, 0.0f, fadeOutAlpha * mCenterIcon.getRestingAlpha(),
434 updateIcon(mRightIcon, 0f, 0f, true, false, false);
435 updateIcon(mLeftIcon, 0f, 0f, true, false, false);
438 private void updateIcon(KeyguardAffordanceView view, float circleRadius, float alpha
    [all...]
PhoneStatusBar.java     [all...]

Completed in 293 milliseconds