Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java168 private StatusBarIconView mIsolatedIcon; field in NotificationIconContainer
343 boolean isIsolatedIcon = child == mIsolatedIcon; in onViewRemoved()
353 return mAnimationsEnabled || icon == mIsolatedIcon; in areAnimationsEnabled()
374 iconState.alpha = mIsolatedIcon == null || view == mIsolatedIcon ? 1.0f : 0.0f; in resetViewStates()
491 if (mIsolatedIcon != null) { in calculateIconTranslations()
492 IconState iconState = mIconStates.get(mIsolatedIcon); in calculateIconTranslations()
497 - (1 - mIsolatedIcon.getIconScale()) * mIsolatedIcon.getWidth() / 2.0f; in calculateIconTranslations()
678 mIsolatedIconForAnimation = icon != null ? icon : mIsolatedIcon; in showIconIsolated()
680 mIsolatedIcon = icon; in showIconIsolated()
794 mIsolatedIcon != null ? CONTENT_FADE_DELAY : 0); in applyToView()
[all …]