Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java337 int animationStartIndex = findFirstViewIndexAfter(icon.getTranslationX()); in onViewRemoved() local
339 mAddAnimationStartIndex = animationStartIndex; in onViewRemoved()
341 … mAddAnimationStartIndex = Math.min(mAddAnimationStartIndex, animationStartIndex); in onViewRemoved()