Searched refs:transientChild (Results 1 – 1 of 1) sorted by relevance
4284 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local4285 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()4286 transientChild.getAnimation() != null) { in dispatchDraw()4287 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()4303 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local4304 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()4305 transientChild.getAnimation() != null) { in dispatchDraw()4306 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()