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

/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DLLand.java187 public boolean willNotDraw() { method in class:LLand
/frameworks/base/core/java/android/view/
H A DView.java7004 * @param willNotDraw whether or not this View draw on its own
7006 public void setWillNotDraw(boolean willNotDraw) { argument
7007 setFlags(willNotDraw ? WILL_NOT_DRAW : 0, DRAW_MASK);
7016 public boolean willNotDraw() { method in class:View

Completed in 154 milliseconds