Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java332 int animationStartIndex = findFirstViewIndexAfter(icon.getTranslationX()); in onViewRemoved() local
334 mAddAnimationStartIndex = animationStartIndex; in onViewRemoved()
336 … mAddAnimationStartIndex = Math.min(mAddAnimationStartIndex, animationStartIndex); in onViewRemoved()