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.java204 vs.justAdded = true; in onViewAdded()
417 public boolean justAdded = true; field in StatusIconContainer.StatusIconState
439 if (justAdded in applyToView()
466 justAdded = false; in applyToView()
DNotificationIconContainer.java289 v.justAdded = false; in onViewAdded()
685 public boolean justAdded = true; field in NotificationIconContainer.IconState
721 if (justAdded || justReplaced) { in applyToView()
723 if (justAdded && iconAppearAmount != 0.0f) { in applyToView()
802 justAdded = false; in applyToView()