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

/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java686 out.append(view.willNotDraw() ? '.' : 'D');
/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 DViewDebug.java570 (root || !view.willNotDraw() || (view.mPrivateFlags & View.PFLAG_DRAWN) != 0)
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 455 milliseconds