Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DIllustrationTest.java43 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.java546 (root || !view.willNotDraw() || (view.mPrivateFlags & View.PFLAG_DRAWN) != 0) in profileViewAndChildren()
DView.java10386 public void setWillNotDraw(boolean willNotDraw) {
10387 setFlags(willNotDraw ? WILL_NOT_DRAW : 0, DRAW_MASK);
10396 public boolean willNotDraw() {
27370 stream.addProperty("drawing:willNotDraw", willNotDraw()); in encodeProperties()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33762 method public boolean willNotDraw();
/frameworks/base/api/
Dcurrent.txt47916 method public boolean willNotDraw();
/frameworks/base/config/
Dboot-image-profile.txt6779 HPLandroid/view/View;->willNotDraw()Z
Dhiddenapi-public-dex.txt51166 Landroid/view/View;->willNotDraw()Z