Searched refs:mAddAnimationStartIndex (Results 1 – 1 of 1) sorted by relevance
157 private int mAddAnimationStartIndex = -1; field in NotificationIconContainer307 mAddAnimationStartIndex = -1; in applyIconStates()328 if (mAddAnimationStartIndex < 0) { in onViewAdded()329 mAddAnimationStartIndex = childIndex; in onViewAdded()331 mAddAnimationStartIndex = Math.min(mAddAnimationStartIndex, childIndex); in onViewAdded()369 if (mAddAnimationStartIndex < 0) { in onViewRemoved()370 mAddAnimationStartIndex = animationStartIndex; in onViewRemoved()372 … mAddAnimationStartIndex = Math.min(mAddAnimationStartIndex, animationStartIndex); in onViewRemoved()744 if (!animate && mAddAnimationStartIndex >= 0 in applyToView()745 && indexOfChild(view) >= mAddAnimationStartIndex in applyToView()