Home
last modified time | relevance | path

Searched refs:mIsolatedIconForAnimation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java164 private View mIsolatedIconForAnimation; field in NotificationIconContainer
267 mIsolatedIconForAnimation = null; in applyIconStates()
663 mIsolatedIconForAnimation = icon != null ? icon : mIsolatedIcon; in showIconIsolated()
753 if (mIsolatedIconForAnimation != null) { in applyToView()
754 if (view == mIsolatedIconForAnimation) { in applyToView()