Searched refs:mAddAnimationStartIndex (Results 1 – 1 of 1) sorted by relevance
147 private int mAddAnimationStartIndex = -1; field in NotificationIconContainer264 mAddAnimationStartIndex = -1; in applyIconStates()285 if (mAddAnimationStartIndex < 0) { in onViewAdded()286 mAddAnimationStartIndex = childIndex; in onViewAdded()288 mAddAnimationStartIndex = Math.min(mAddAnimationStartIndex, childIndex); in onViewAdded()326 if (mAddAnimationStartIndex < 0) { in onViewRemoved()327 mAddAnimationStartIndex = animationStartIndex; in onViewRemoved()329 … mAddAnimationStartIndex = Math.min(mAddAnimationStartIndex, animationStartIndex); in onViewRemoved()718 if (!animate && mAddAnimationStartIndex >= 0 in applyToView()719 && indexOfChild(view) >= mAddAnimationStartIndex in applyToView()