/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() 390 updateIcon(targetView, radius, alpha + fadeOutAlpha * targetView.getRestingAlpha(), in setTranslation() 393 updateIcon(targetView, 0.0f, fadeOutAlpha * targetView.getRestingAlpha(), in setTranslation() 396 updateIcon(otherView, 0.0f, fadeOutAlpha * otherView.getRestingAlpha(), in setTranslation() 432 updateIcon(mRightIcon, 0f, 0f, true, false, false, false); in animateHideLeftRightIcon() 433 updateIcon(mLeftIcon, 0f, 0f, true, false, false, false); in animateHideLeftRightIcon() 436 private void updateIcon(KeyguardAffordanceView view, float circleRadius, float alpha, in updateIcon() method in KeyguardAffordanceHelper 534 updateIcon(otherView, 0.0f, 0, true, false, true, false); in launchAffordance() 539 updateIcon(otherView, 0.0f, 0.0f, false, false, true, false); in launchAffordance()
|
D | RotationButton.java | 30 void updateIcon(); in updateIcon() method
|
D | FloatingRotationButton.java | 103 updateIcon(); in show() 128 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 | 281 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/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/tests/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarContextTest.java | 191 button.updateIcon(); in testUpdateIconsDarkIntensity() 196 button.updateIcon(); in testUpdateIconsDarkIntensity()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | FingerprintDialogView.java | 63 protected void updateIcon(int lastState, int newState) { in updateIcon() method in FingerprintDialogView
|
D | BiometricDialogView.java | 123 protected abstract void updateIcon(int oldState, int newState); in updateIcon() method in BiometricDialogView 506 updateIcon(mState, newState); in updateState()
|
D | FaceDialogView.java | 398 protected void updateIcon(int oldState, int newState) { in updateIcon() method in FaceDialogView
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
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 | 107 boolean updateIcon = mTile.getIcon() == null in updateDefaultTileAndIcon() 111 if (updateIcon) { in updateDefaultTileAndIcon()
|