Searched refs:WILL_NOT_DRAW (Results 1 – 2 of 2) sorted by relevance
1532 static final int WILL_NOT_DRAW = 0x00000080; field in View6456 out.append((mViewFlags&DRAW_MASK) == WILL_NOT_DRAW ? '.' : 'D');12134 setFlags(willNotDraw ? WILL_NOT_DRAW : 0, DRAW_MASK);12144 return (mViewFlags & DRAW_MASK) == WILL_NOT_DRAW;16225 if ((mViewFlags & WILL_NOT_DRAW) != 0) {23389 } else if ((mViewFlags & WILL_NOT_DRAW) != 0 && mBackground == null in setDefaultFocusHighlight()23744 if ((mViewFlags & WILL_NOT_DRAW) != 0 in setBackgroundDrawable()23982 } else if ((mViewFlags & WILL_NOT_DRAW) != 0 && mBackground == null in setForeground()
706 setFlags(WILL_NOT_DRAW, DRAW_MASK); in initViewGroup()