Searched refs:mIsolatedIcon (Results 1 – 1 of 1) sorted by relevance
160 private StatusBarIconView mIsolatedIcon; field in NotificationIconContainer335 boolean isIsolatedIcon = child == mIsolatedIcon; in onViewRemoved()362 iconState.alpha = mIsolatedIcon == null || view == mIsolatedIcon ? 1.0f : 0.0f; in resetViewStates()474 if (mIsolatedIcon != null) { in calculateIconTranslations()475 IconState iconState = mIconStates.get(mIsolatedIcon); in calculateIconTranslations()480 - (1 - mIsolatedIcon.getIconScale()) * mIsolatedIcon.getWidth() / 2.0f; in calculateIconTranslations()658 mIsolatedIconForAnimation = icon != null ? icon : mIsolatedIcon; in showIconIsolated()660 mIsolatedIcon = icon; in showIconIsolated()748 mIsolatedIcon != null ? CONTENT_FADE_DELAY : 0); in applyToView()752 mIsolatedIcon == null ? CONTENT_FADE_DELAY : 0); in applyToView()