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.java150 private boolean mDisallowNextAnimation; field in NotificationIconContainer
264 mDisallowNextAnimation = false; in applyIconStates()
554 mDisallowNextAnimation |= !fade; in setDark()
684 boolean animationsAllowed = mAnimationsEnabled && !mDisallowNextAnimation in applyToView()