Home
last modified time | relevance | path

Searched refs:updateIcon (Results 1 – 16 of 16) 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()
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()
DRotationButton.java30 void updateIcon(); in updateIcon() method
DFloatingRotationButton.java104 updateIcon(); in show()
129 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.java288 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/CarSystemUI/src/com/android/systemui/car/navigationbar/
DButtonRoleHolderController.java93 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/
DAuthBiometricFingerprintView.java67 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/
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/src/com/android/systemui/bubbles/
DBubbleOverflow.java71 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/
DNavigationBarContextTest.java194 button.updateIcon(); in testUpdateIconsDarkIntensity()
199 button.updateIcon(); in testUpdateIconsDarkIntensity()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiEntryPreference.java141 updateIcon(mLevel); in refresh()
187 private void updateIcon(int level) { in updateIcon() method in WifiEntryPreference
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.java117 boolean updateIcon = mTile.getIcon() == null in updateDefaultTileAndIcon()
121 if (updateIcon) { in updateDefaultTileAndIcon()