Searched refs:transientChild (Results 1 – 1 of 1) sorted by relevance
4263 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local4264 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()4265 transientChild.getAnimation() != null) { in dispatchDraw()4266 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()4282 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local4283 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()4284 transientChild.getAnimation() != null) { in dispatchDraw()4285 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()