Searched refs:transientChild (Results 1 – 1 of 1) sorted by relevance
4135 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local4136 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()4137 transientChild.getAnimation() != null) { in dispatchDraw()4138 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()4154 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local4155 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()4156 transientChild.getAnimation() != null) { in dispatchDraw()4157 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()