Home
last modified time | relevance | path

Searched refs:willNotDraw (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DIllustrationTest.java41 assertFalse("The illustration needs to be drawn", illustration.willNotDraw()); in testWillDraw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java229 public boolean willNotDraw() { in willNotDraw() method in MLand
/frameworks/base/core/java/android/view/
DViewDebug.java561 (root || !view.willNotDraw() || (view.mPrivateFlags & View.PFLAG_DRAWN) != 0) in profileViewAndChildren()
DView.java11784 public void setWillNotDraw(boolean willNotDraw) {
11785 setFlags(willNotDraw ? WILL_NOT_DRAW : 0, DRAW_MASK);
11794 public boolean willNotDraw() {
29457 stream.addProperty("drawing:willNotDraw", willNotDraw()); in encodeProperties()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33762 method public boolean willNotDraw();
/frameworks/base/non-updatable-api/
Dcurrent.txt52035 method public boolean willNotDraw();
/frameworks/base/api/
Dcurrent.txt52179 method public boolean willNotDraw();