Searched refs:DRAWN (Results 1 – 6 of 6) sorted by relevance
1576 static final int DRAWN = 0x00000020; field in View2002 @ViewDebug.FlagToString(mask = DRAWN, equals = DRAWN, name = "DRAWN", outputIf = true),2003 @ViewDebug.FlagToString(mask = DRAWN, equals = DRAWN, name = "NOT_DRAWN", outputIf = false),6641 mPrivateFlags |= DRAWN;6670 mPrivateFlags |= DRAWN;6684 mPrivateFlags |= DRAWN;7186 mPrivateFlags |= DRAWN; // force another invalidation with the new orientation7232 mPrivateFlags |= DRAWN; // force another invalidation with the new orientation7278 mPrivateFlags |= DRAWN; // force another invalidation with the new orientation7316 mPrivateFlags |= DRAWN; // force another invalidation with the new orientation[all …]
868 mView.mPrivateFlags |= View.DRAWN; // force another invalidation in onAnimationUpdate()
2721 child.mPrivateFlags |= DRAWN; in drawChild()3321 child.mPrivateFlags = (child.mPrivateFlags & ~DIRTY_MASK) | DRAWN; in addViewInLayout()3797 DRAWN | INVALIDATED; in attachViewToParent()3941 if ((view.mPrivateFlags & DRAWN) == DRAWN || in invalidateChild()4043 if ((mPrivateFlags & DRAWN) == DRAWN || in invalidateChildInParent()4068 mPrivateFlags &= ~DRAWN & ~DRAWING_CACHE_VALID; in invalidateChildInParent()
769 view.mPrivateFlags |= View.DRAWN; in draw()
1074 … (root || !view.willNotDraw() || (view.mPrivateFlags & View.DRAWN) != 0) ? profileViewOperation( in profileViewAndChildren()
1989 mView.mPrivateFlags |= View.DRAWN; in draw()