Searched refs:mAddAnimationStartIndex (Results 1 – 1 of 1) sorted by relevance
146 private int mAddAnimationStartIndex = -1; field in NotificationIconContainer263 mAddAnimationStartIndex = -1; in applyIconStates()284 if (mAddAnimationStartIndex < 0) { in onViewAdded()285 mAddAnimationStartIndex = childIndex; in onViewAdded()287 mAddAnimationStartIndex = Math.min(mAddAnimationStartIndex, childIndex); in onViewAdded()325 if (mAddAnimationStartIndex < 0) { in onViewRemoved()326 mAddAnimationStartIndex = animationStartIndex; in onViewRemoved()328 … mAddAnimationStartIndex = Math.min(mAddAnimationStartIndex, animationStartIndex); in onViewRemoved()709 if (!animate && mAddAnimationStartIndex >= 0 in applyToView()710 && indexOfChild(view) >= mAddAnimationStartIndex in applyToView()