Searched refs:mIsolatedIcon (Results 1 – 1 of 1) sorted by relevance
168 private StatusBarIconView mIsolatedIcon; field in NotificationIconContainer348 boolean isIsolatedIcon = child == mIsolatedIcon; in onViewRemoved()362 return mAnimationsEnabled || icon == mIsolatedIcon; in areAnimationsEnabled()383 iconState.alpha = mIsolatedIcon == null || view == mIsolatedIcon ? 1.0f : 0.0f; in resetViewStates()472 if (mIsolatedIcon != null) { in calculateIconTranslations()473 IconState iconState = mIconStates.get(mIsolatedIcon); in calculateIconTranslations()478 - (1 - mIsolatedIcon.getIconScale()) * mIsolatedIcon.getWidth() / 2.0f; in calculateIconTranslations()655 mIsolatedIconForAnimation = icon != null ? icon : mIsolatedIcon; in showIconIsolated()657 mIsolatedIcon = icon; in showIconIsolated()781 mIsolatedIcon != null ? CONTENT_FADE_DELAY : 0); in applyToView()[all …]