Searched refs:mIsolatedIcon (Results 1 – 1 of 1) sorted by relevance
161 private StatusBarIconView mIsolatedIcon; field in NotificationIconContainer336 boolean isIsolatedIcon = child == mIsolatedIcon; in onViewRemoved()346 return mAnimationsEnabled || icon == mIsolatedIcon; in areAnimationsEnabled()367 iconState.alpha = mIsolatedIcon == null || view == mIsolatedIcon ? 1.0f : 0.0f; in resetViewStates()479 if (mIsolatedIcon != null) { in calculateIconTranslations()480 IconState iconState = mIconStates.get(mIsolatedIcon); in calculateIconTranslations()485 - (1 - mIsolatedIcon.getIconScale()) * mIsolatedIcon.getWidth() / 2.0f; in calculateIconTranslations()663 mIsolatedIconForAnimation = icon != null ? icon : mIsolatedIcon; in showIconIsolated()665 mIsolatedIcon = icon; in showIconIsolated()757 mIsolatedIcon != null ? CONTENT_FADE_DELAY : 0); in applyToView()[all …]