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

  /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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java 203 updateIcon(mAutomatic);
263 private void updateIcon(boolean automatic) {
280 updateIcon(mAutomatic);
283 updateIcon(false /*automatic*/);
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutInfo.java 200 updateIcon(iconCache);
205 public void updateIcon(IconCache iconCache, boolean useLowRes) {
212 public void updateIcon(IconCache iconCache) {
213 updateIcon(iconCache, shouldUseLowResIcon());
PendingAppWidgetHostView.java 119 public void updateIcon(IconCache cache) {
LauncherModel.java 351 si.updateIcon(mIconCache);
    [all...]
Launcher.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutInfo.java 92 updateIcon(iconCache);
97 public void updateIcon(IconCache iconCache) {
Workspace.java     [all...]
  /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/SettingsLib/src/com/android/settingslib/wifi/
AccessPointPreference.java 113 protected void updateIcon(int level, Context context) {
161 updateIcon(mLevel, context);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
CustomTile.java 90 boolean updateIcon = mTile.getIcon() == null
94 if (updateIcon) {

Completed in 180 milliseconds