Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java153 private int mCannedAnimationStartIndex = -1; field in NotificationIconContainer
308 mCannedAnimationStartIndex = -1; in applyIconStates()
776 mCannedAnimationStartIndex = indexOfChild(view); in applyToView()
778 if (!animate && mCannedAnimationStartIndex >= 0 in applyToView()
779 && indexOfChild(view) > mCannedAnimationStartIndex in applyToView()