Searched refs:transientChild (Results 1 – 1 of 1) sorted by relevance
3536 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local3537 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()3538 transientChild.getAnimation() != null) { in dispatchDraw()3539 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()3555 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local3556 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()3557 transientChild.getAnimation() != null) { in dispatchDraw()3558 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()