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

/frameworks/base/core/java/android/view/
H A DView.java6345 * @param willNotDraw whether or not this View draw on its own
6347 public void setWillNotDraw(boolean willNotDraw) { argument
6348 setFlags(willNotDraw ? WILL_NOT_DRAW : 0, DRAW_MASK);
6357 public boolean willNotDraw() { method in class:View

Completed in 77 milliseconds