Searched refs:mIconStates (Results 1 – 1 of 1) sorted by relevance
149 private final HashMap<View, IconState> mIconStates = new HashMap<>(); field in NotificationIconContainer319 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 …]