Searched defs:WILL_NOT_DRAW (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java772 static final int WILL_NOT_DRAW = 0x00000080; field in class:View
3752 out.append((mViewFlags&DRAW_MASK) == WILL_NOT_DRAW ? '.' : 'D');
6010 setFlags(willNotDraw ? WILL_NOT_DRAW : 0, DRAW_MASK);
6020 return (mViewFlags & DRAW_MASK) == WILL_NOT_DRAW;
8511 if ((mViewFlags & WILL_NOT_DRAW) != 0) {

Completed in 42 milliseconds