Searched refs:mAddAnimationStartIndex (Results 1 – 1 of 1) sorted by relevance
156 private int mAddAnimationStartIndex = -1; field in NotificationIconContainer324 mAddAnimationStartIndex = -1; in applyIconStates()345 if (mAddAnimationStartIndex < 0) { in onViewAdded()346 mAddAnimationStartIndex = childIndex; in onViewAdded()348 mAddAnimationStartIndex = Math.min(mAddAnimationStartIndex, childIndex); in onViewAdded()399 if (mAddAnimationStartIndex < 0) { in onViewRemoved()400 mAddAnimationStartIndex = animationStartIndex; in onViewRemoved()402 … mAddAnimationStartIndex = Math.min(mAddAnimationStartIndex, animationStartIndex); in onViewRemoved()863 if (!animate && mAddAnimationStartIndex >= 0 in applyToView()864 && indexOfChild(view) >= mAddAnimationStartIndex in applyToView()