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.java146 private final HashMap<View, IconState> mIconStates = new HashMap<>(); field in NotificationIconContainer
302 ViewState childState = mIconStates.get(child); in applyIconStates()
323 mIconStates.put(child, v); in onViewAdded()
327 && mIconStates.get(getChildAt(childIndex + 1)).iconAppearAmount > 0.0f) { in onViewAdded()
376 mIconStates.remove(child); in onViewRemoved()
412 ViewState iconState = mIconStates.get(view); in resetViewStates()
463 IconState iconState = mIconStates.get(view); in calculateIconXTranslations()
500 IconState iconState = mIconStates.get(view); in calculateIconXTranslations()
518 mLastVisibleIconState = mIconStates.get(lastChild); in calculateIconXTranslations()
519 mFirstVisibleIconState = mIconStates.get(getChildAt(0)); in calculateIconXTranslations()
[all …]