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