/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardAffordanceHelper.java | 86 updateIcon(mLeftIcon, 0.0f, mLeftIcon.getRestingAlpha(), false, false, true, false); in KeyguardAffordanceHelper() 87 updateIcon(mRightIcon, 0.0f, mRightIcon.getRestingAlpha(), false, false, true, false); in KeyguardAffordanceHelper() 391 updateIcon(targetView, radius, alpha + fadeOutAlpha * targetView.getRestingAlpha(), in setTranslation() 394 updateIcon(targetView, 0.0f, fadeOutAlpha * targetView.getRestingAlpha(), in setTranslation() 397 updateIcon(otherView, 0.0f, fadeOutAlpha * otherView.getRestingAlpha(), in setTranslation() 433 updateIcon(mRightIcon, 0f, 0f, true, false, false, false); in animateHideLeftRightIcon() 434 updateIcon(mLeftIcon, 0f, 0f, true, false, false, false); in animateHideLeftRightIcon() 437 private void updateIcon(KeyguardAffordanceView view, float circleRadius, float alpha, in updateIcon() method in KeyguardAffordanceHelper 535 updateIcon(otherView, 0.0f, 0, true, false, true, false); in launchAffordance() 540 updateIcon(otherView, 0.0f, 0.0f, false, false, true, false); in launchAffordance()
|
D | RotationButton.java | 30 void updateIcon(); in updateIcon() method
|
D | FloatingRotationButton.java | 104 updateIcon(); in show() 129 public void updateIcon() { in updateIcon() method in FloatingRotationButton
|
D | ContextualButton.java | 53 public void updateIcon() { in updateIcon() method in ContextualButton
|
D | ContextualButtonGroup.java | 116 data.button.updateIcon(); in updateIcons()
|
D | RotationButtonController.java | 288 mRotationButton.updateIcon(); in onRotationProposal()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/ |
D | IconCache.java | 46 updateIcon(icon, drawable); in getIcon() 51 public void updateIcon(Icon icon, Drawable drawable) { in updateIcon() method in IconCache
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/navigationbar/ |
D | ButtonRoleHolderController.java | 93 updateIcon(roleName); in addButtonWithRoleName() 113 updateIcon(roleName); in onRoleChanged() 117 private void updateIcon(String roleName) { in updateIcon() method in ButtonRoleHolderController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthBiometricFingerprintView.java | 67 updateIcon(mState, newState); in updateState() 84 private void updateIcon(int lastState, int newState) { in updateIcon() method in AuthBiometricFingerprintView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSIconViewImpl.java | 100 protected void updateIcon(ImageView iv, State state, boolean allowAnimations) { in updateIcon() method in QSIconViewImpl 154 animateGrayScale(mTint, color, iv, () -> updateIcon(iv, state, allowAnimations)); in setIcon() 164 updateIcon(iv, state, allowAnimations); in setIcon() 167 updateIcon(iv, state, allowAnimations); in setIcon()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/ |
D | QSIconViewImplTest.java | 64 mIconView.updateIcon(iv, s, true); in testNoFirstAnimation() 71 mIconView.updateIcon(iv, s, true); in testNoFirstAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleOverflow.java | 71 updateIcon(mContext, parentViewGroup); in setUpOverflow() 83 void updateIcon(Context context, ViewGroup parentViewGroup) { in updateIcon() method in BubbleOverflow
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarContextTest.java | 194 button.updateIcon(); in testUpdateIconsDarkIntensity() 199 button.updateIcon(); in testUpdateIconsDarkIntensity()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | WifiEntryPreference.java | 141 updateIcon(mLevel); in refresh() 187 private void updateIcon(int level) { in updateIcon() method in WifiEntryPreference
|
D | AccessPointPreference.java | 177 protected void updateIcon(int level, Context context) { in updateIcon() method in AccessPointPreference 242 updateIcon(mLevel, context); in refresh()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | CustomTile.java | 117 boolean updateIcon = mTile.getIcon() == null in updateDefaultTileAndIcon() 121 if (updateIcon) { in updateDefaultTileAndIcon()
|