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

  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutInfo.java 92 updateIcon(iconCache);
97 public void updateIcon(IconCache iconCache) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPointPreference.java 131 protected void updateIcon(int level, Context context) {
187 updateIcon(mLevel, context);
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutInfo.java 234 updateIcon(iconCache);
239 public void updateIcon(IconCache iconCache, boolean useLowRes) {
246 public void updateIcon(IconCache iconCache) {
247 updateIcon(iconCache, shouldUseLowResIcon());
PendingAppWidgetHostView.java 120 public void updateIcon(IconCache cache) {
LauncherModel.java 354 si.updateIcon(mIconCache);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java 218 updateIcon(msg.arg1 != 0);
303 updateIcon(mAutomatic);
363 private void updateIcon(boolean 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/Osu/src/com/android/hotspot2/osu/
IconCache.java 159 private IconKey updateIcon(String fileName, HSIconFileElement iconFileElement) {
178 private boolean updateIcon(IconKey key, HSIconFileElement iconFileElement) {
301 key = querySet.updateIcon(fileName, iconFileElement);
330 if (querySet.updateIcon(key, iconFileElement)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 88 updateIcon(mLeftIcon, 0.0f, mLeftIcon.getRestingAlpha(), false, false, true, false);
89 updateIcon(mCenterIcon, 0.0f, mCenterIcon.getRestingAlpha(), false, false, true, false);
90 updateIcon(mRightIcon, 0.0f, mRightIcon.getRestingAlpha(), false, false, true, false);
394 updateIcon(targetView, radius, alpha + fadeOutAlpha * targetView.getRestingAlpha(),
397 updateIcon(targetView, 0.0f, fadeOutAlpha * targetView.getRestingAlpha(),
400 updateIcon(otherView, 0.0f, fadeOutAlpha * otherView.getRestingAlpha(),
402 updateIcon(mCenterIcon, 0.0f, fadeOutAlpha * mCenterIcon.getRestingAlpha(),
439 updateIcon(mRightIcon, 0f, 0f, true, false, false, false);
440 updateIcon(mLeftIcon, 0f, 0f, true, false, false, false);
443 private void updateIcon(KeyguardAffordanceView view, float circleRadius, float alpha
    [all...]

Completed in 381 milliseconds