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.java232 vs.justAdded = true; in onViewAdded()
448 public boolean justAdded = true; field in StatusIconContainer.StatusIconState
471 if (justAdded in applyToView()
499 justAdded = false; in applyToView()
DNotificationIconContainer.java337 v.justAdded = false; in onViewAdded()
822 public boolean justAdded = true; field in NotificationIconContainer.IconState
850 if (justAdded || justReplaced) { in applyToView()
852 if (justAdded && iconAppearAmount != 0.0f) { in applyToView()
941 justAdded = false; in applyToView()