Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java151 private boolean mDisallowNextAnimation; field in NotificationIconContainer
265 mDisallowNextAnimation = false; in applyIconStates()
563 mDisallowNextAnimation |= !fade; in setDark()
693 boolean animationsAllowed = mAnimationsEnabled && !mDisallowNextAnimation in applyToView()