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.java325 int animationStartIndex = findFirstViewIndexAfter(icon.getTranslationX()); in onViewRemoved() local
327 mAddAnimationStartIndex = animationStartIndex; in onViewRemoved()
329 … mAddAnimationStartIndex = Math.min(mAddAnimationStartIndex, animationStartIndex); in onViewRemoved()