Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java3536 final View transientChild = mTransientViews.get(transientIndex); in dispatchDraw() local
3537 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() local
3556 if ((transientChild.mViewFlags & VISIBILITY_MASK) == VISIBLE || in dispatchDraw()
3557 transientChild.getAnimation() != null) { in dispatchDraw()
3558 more |= drawChild(canvas, transientChild, drawingTime); in dispatchDraw()