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

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DIconCache.java159 private IconKey updateIcon(String fileName, HSIconFileElement iconFileElement) { method in class:IconCache.QuerySet
178 private boolean updateIcon(IconKey key, HSIconFileElement iconFileElement) { method in class:IconCache.QuerySet
301 key = querySet.updateIcon(fileName, iconFileElement);
330 if (querySet.updateIcon(key, iconFileElement)) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPointPreference.java131 protected void updateIcon(int level, Context context) { method in class:AccessPointPreference
187 updateIcon(mLevel, context);
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java218 updateIcon(msg.arg1 != 0);
303 updateIcon(mAutomatic);
363 private void updateIcon(boolean automatic) { method in class:BrightnessController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java88 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(KeyguardAffordanceVie method in class:KeyguardAffordanceHelper
[all...]

Completed in 309 milliseconds