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
258 ViewState childState = mIconStates.get(child); in applyIconStates()
279 mIconStates.put(child, v); in onViewAdded()
283 && mIconStates.get(getChildAt(childIndex + 1)).iconAppearAmount > 0.0f) { in onViewAdded()
332 mIconStates.remove(child); in onViewRemoved()
360 ViewState iconState = mIconStates.get(view); in resetViewStates()
385 IconState iconState = mIconStates.get(view); in calculateIconTranslations()
418 IconState iconState = mIconStates.get(view); in calculateIconTranslations()
437 mLastVisibleIconState = mIconStates.get(lastChild); in calculateIconTranslations()
438 mFirstVisibleIconState = mIconStates.get(getChildAt(0)); in calculateIconTranslations()
[all …]