Home
last modified time | relevance | path

Searched refs:transientChild (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewGroup.java3385 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local
3386 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()
3387 transientChild.getAnimation() != null) { in dispatchDraw()
3388 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()
3404 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local
3405 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()
3406 transientChild.getAnimation() != null) { in dispatchDraw()
3407 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()