Searched refs:transientChild (Results 1 – 1 of 1) sorted by relevance
4275 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local4276 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()4277 transientChild.getAnimation() != null) { in dispatchDraw()4278 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()4294 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local4295 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()4296 transientChild.getAnimation() != null) { in dispatchDraw()4297 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()