Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java136 private final HashMap<View, IconState> mIconStates = new HashMap<>(); field in NotificationIconContainer
259 ViewState childState = mIconStates.get(child); in applyIconStates()
280 mIconStates.put(child, v); in onViewAdded()
284 && mIconStates.get(getChildAt(childIndex + 1)).iconAppearAmount > 0.0f) { in onViewAdded()
333 mIconStates.remove(child); in onViewRemoved()
365 ViewState iconState = mIconStates.get(view); in resetViewStates()
390 IconState iconState = mIconStates.get(view); in calculateIconTranslations()
423 IconState iconState = mIconStates.get(view); in calculateIconTranslations()
442 mLastVisibleIconState = mIconStates.get(lastChild); in calculateIconTranslations()
443 mFirstVisibleIconState = mIconStates.get(getChildAt(0)); in calculateIconTranslations()
[all …]