Searched defs:willNotDraw (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java9761 * @param willNotDraw whether or not this View draw on its own
9763 public void setWillNotDraw(boolean willNotDraw) { argument
9764 setFlags(willNotDraw ? WILL_NOT_DRAW : 0, DRAW_MASK);
9773 public boolean willNotDraw() { method in class:View
26205 stream.addProperty("drawing:willNotDraw", willNotDraw());
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java229 public boolean willNotDraw() { method in class:MLand

Completed in 445 milliseconds