Searched refs:mIconStates (Results 1 – 1 of 1) sorted by relevance
109 private final HashMap<View, IconState> mIconStates = new HashMap<>(); field in NotificationIconContainer179 ViewState childState = mIconStates.get(child); in applyIconStates()199 mIconStates.put(child, v); in onViewAdded()203 && mIconStates.get(getChildAt(childIndex + 1)).iconAppearAmount > 0.0f) { in onViewAdded()251 mIconStates.remove(child); in onViewRemoved()277 ViewState iconState = mIconStates.get(view); in resetViewStates()300 IconState iconState = mIconStates.get(view); in calculateIconTranslations()332 IconState overflowState = mIconStates.get(firstOverflowView); in calculateIconTranslations()351 IconState iconState = mIconStates.get(view); in calculateIconTranslations()380 IconState iconState = mIconStates.get(view); in calculateIconTranslations()[all …]