Searched refs:transientChild (Results 1 – 1 of 1) sorted by relevance
4179 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local4180 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()4181 transientChild.getAnimation() != null) { in dispatchDraw()4182 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()4198 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local4199 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()4200 transientChild.getAnimation() != null) { in dispatchDraw()4201 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()