Home
last modified time | relevance | path

Searched refs:mIconStates (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java302 ViewState childState = mIconStates.get(child); in applyIconStates()
323 mIconStates.put(child, v); in onViewAdded()
377 mIconStates.remove(child); in onViewRemoved()
413 ViewState iconState = mIconStates.get(view); in resetViewStates()
469 IconState iconState = mIconStates.get(view); in calculateIconXTranslations()
503 IconState iconState = mIconStates.get(view); in calculateIconXTranslations()
521 mLastVisibleIconState = mIconStates.get(lastChild); in calculateIconXTranslations()
527 IconState iconState = mIconStates.get(view); in calculateIconXTranslations()
533 IconState iconState = mIconStates.get(mIsolatedIcon); in calculateIconXTranslations()
638 return mIconStates.get(icon); in getIconState()
[all …]