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.java149 private final HashMap<View, IconState> mIconStates = new HashMap<>(); field in NotificationIconContainer
319 ViewState childState = mIconStates.get(child); in applyIconStates()
340 mIconStates.put(child, v); in onViewAdded()
344 && mIconStates.get(getChildAt(childIndex + 1)).iconAppearAmount > 0.0f) { in onViewAdded()
406 mIconStates.remove(child); in onViewRemoved()
457 ViewState iconState = mIconStates.get(view); in resetViewStates()
519 IconState iconState = mIconStates.get(view); in calculateIconXTranslations()
552 IconState iconState = mIconStates.get(view); in calculateIconXTranslations()
570 mLastVisibleIconState = mIconStates.get(lastChild); in calculateIconXTranslations()
571 mFirstVisibleIconState = mIconStates.get(getChildAt(0)); in calculateIconXTranslations()
[all …]