Home
last modified time | relevance | path

Searched refs:updateIcon (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java86 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()
DRotationButton.java30 void updateIcon(); in updateIcon() method
DFloatingRotationButton.java103 updateIcon(); in show()
128 public void updateIcon() { in updateIcon() method in FloatingRotationButton
DContextualButton.java53 public void updateIcon() { in updateIcon() method in ContextualButton
DContextualButtonGroup.java116 data.button.updateIcon(); in updateIcons()
DRotationButtonController.java281 mRotationButton.updateIcon(); in onRotationProposal()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DIconCache.java46 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/
DQSIconViewImpl.java100 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/
DQSIconViewImplTest.java64 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/
DNavigationBarContextTest.java191 button.updateIcon(); in testUpdateIconsDarkIntensity()
196 button.updateIcon(); in testUpdateIconsDarkIntensity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DFingerprintDialogView.java63 protected void updateIcon(int lastState, int newState) { in updateIcon() method in FingerprintDialogView
DBiometricDialogView.java123 protected abstract void updateIcon(int oldState, int newState); in updateIcon() method in BiometricDialogView
506 updateIcon(mState, newState); in updateState()
DFaceDialogView.java398 protected void updateIcon(int oldState, int newState) { in updateIcon() method in FaceDialogView
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPointPreference.java177 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/
DCustomTile.java107 boolean updateIcon = mTile.getIcon() == null in updateDefaultTileAndIcon()
111 if (updateIcon) { in updateDefaultTileAndIcon()