Searched refs:mIsolatedIcon (Results 1 – 1 of 1) sorted by relevance
164 private StatusBarIconView mIsolatedIcon; field in NotificationIconContainer380 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()