Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java201 vs.justAdded = true; in onViewAdded()
379 public boolean justAdded = true; field in StatusIconContainer.StatusIconState
401 if (justAdded in applyToView()
428 justAdded = false; in applyToView()
DNotificationIconContainer.java276 v.justAdded = false; in onViewAdded()
676 public boolean justAdded = true; field in IconState
696 if (justAdded || justReplaced) { in applyToView()
698 if (justAdded && iconAppearAmount != 0.0f) { in applyToView()
767 justAdded = false; in applyToView()