Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java164 private StatusBarIconView mIsolatedIcon; field in NotificationIconContainer
380 boolean isIsolatedIcon = child == mIsolatedIcon; in onViewRemoved()
394 return mAnimationsEnabled || icon == mIsolatedIcon; in areAnimationsEnabled()
415 iconState.setAlpha(mIsolatedIcon == null || view == mIsolatedIcon ? 1.0f : 0.0f); in resetViewStates()
532 if (mIsolatedIcon != null) { in calculateIconXTranslations()
533 IconState iconState = mIconStates.get(mIsolatedIcon); in calculateIconXTranslations()
669 mIsolatedIconForAnimation = icon != null ? icon : mIsolatedIcon; in showIconIsolated()
671 mIsolatedIcon = icon; in showIconIsolated()
794 mIsolatedIcon != null ? CONTENT_FADE_DELAY : 0); in applyToView()
798 mIsolatedIcon == null ? CONTENT_FADE_DELAY : 0); in applyToView()