Home | History | Annotate | Download | only in view

Lines Matching refs:willNotDraw

7004      * @param willNotDraw whether or not this View draw on its own
7006 public void setWillNotDraw(boolean willNotDraw) {
7007 setFlags(willNotDraw ? WILL_NOT_DRAW : 0, DRAW_MASK);
7016 public boolean willNotDraw() {