/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardAffordanceHelper.java | 88 updateIcon(mLeftIcon, 0.0f, mLeftIcon.getRestingAlpha(), false, false, true, false); in KeyguardAffordanceHelper() 89 updateIcon(mCenterIcon, 0.0f, mCenterIcon.getRestingAlpha(), false, false, true, false); in KeyguardAffordanceHelper() 90 updateIcon(mRightIcon, 0.0f, mRightIcon.getRestingAlpha(), false, false, true, false); in KeyguardAffordanceHelper() 394 updateIcon(targetView, radius, alpha + fadeOutAlpha * targetView.getRestingAlpha(), in setTranslation() 397 updateIcon(targetView, 0.0f, fadeOutAlpha * targetView.getRestingAlpha(), in setTranslation() 400 updateIcon(otherView, 0.0f, fadeOutAlpha * otherView.getRestingAlpha(), in setTranslation() 402 updateIcon(mCenterIcon, 0.0f, fadeOutAlpha * mCenterIcon.getRestingAlpha(), in setTranslation() 439 updateIcon(mRightIcon, 0f, 0f, true, false, false, false); in animateHideLeftRightIcon() 440 updateIcon(mLeftIcon, 0f, 0f, true, false, false, false); in animateHideLeftRightIcon() 443 private void updateIcon(KeyguardAffordanceView view, float circleRadius, float alpha, in updateIcon() method in KeyguardAffordanceHelper [all …]
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
D | IconCache.java | 159 private IconKey updateIcon(String fileName, HSIconFileElement iconFileElement) { in updateIcon() method in IconCache.QuerySet 178 private boolean updateIcon(IconKey key, HSIconFileElement iconFileElement) { in updateIcon() method in IconCache.QuerySet 301 key = querySet.updateIcon(fileName, iconFileElement); in notifyIconReceived() 330 if (querySet.updateIcon(key, iconFileElement)) { in notifyIconReceived()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
D | BrightnessController.java | 218 updateIcon(msg.arg1 != 0); 303 updateIcon(mAutomatic); in onChanged() 363 private void updateIcon(boolean automatic) { in updateIcon() method in BrightnessController
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | AccessPointPreference.java | 113 protected void updateIcon(int level, Context context) { in updateIcon() method in AccessPointPreference 161 updateIcon(mLevel, context); in refresh()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | CustomTile.java | 93 boolean updateIcon = mTile.getIcon() == null in setTileIcon() 97 if (updateIcon) { in setTileIcon()
|