Searched refs:mAddAnimationStartIndex (Results 1 – 1 of 1) sorted by relevance
154 private int mAddAnimationStartIndex = -1; field in NotificationIconContainer271 mAddAnimationStartIndex = -1; in applyIconStates()292 if (mAddAnimationStartIndex < 0) { in onViewAdded()293 mAddAnimationStartIndex = childIndex; in onViewAdded()295 mAddAnimationStartIndex = Math.min(mAddAnimationStartIndex, childIndex); in onViewAdded()333 if (mAddAnimationStartIndex < 0) { in onViewRemoved()334 mAddAnimationStartIndex = animationStartIndex; in onViewRemoved()336 … mAddAnimationStartIndex = Math.min(mAddAnimationStartIndex, animationStartIndex); in onViewRemoved()747 if (!animate && mAddAnimationStartIndex >= 0 in applyToView()748 && indexOfChild(view) >= mAddAnimationStartIndex in applyToView()