Home
last modified time | relevance | path

Searched refs:willNotDraw (Results 1 – 10 of 10) 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/support/design/tests/src/android/support/design/widget/
DNavigationViewTest.java155 assertFalse(mNavigationView.willNotDraw()); in testWillNotDraw()
157 assertTrue(mNavigationView.willNotDraw()); in testWillNotDraw()
160 assertTrue(mNavigationView.willNotDraw()); in testWillNotDraw()
/frameworks/base/core/java/android/view/
DViewDebug.java579 (root || !view.willNotDraw() || (view.mPrivateFlags & View.PFLAG_DRAWN) != 0) in profileViewAndChildren()
DView.java9807 public void setWillNotDraw(boolean willNotDraw) { in setWillNotDraw() argument
9808 setFlags(willNotDraw ? WILL_NOT_DRAW : 0, DRAW_MASK); in setWillNotDraw()
9817 public boolean willNotDraw() { in willNotDraw() method in View
26205 stream.addProperty("drawing:willNotDraw", willNotDraw());
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java229 public boolean willNotDraw() { in willNotDraw() method in MLand
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33762 method public boolean willNotDraw();
/frameworks/base/api/
Dcurrent.txt45927 method public boolean willNotDraw();
Dtest-current.txt46383 method public boolean willNotDraw();
Dsystem-current.txt49514 method public boolean willNotDraw();
/frameworks/base/config/
Dboot-image-profile.txt33493 HSPLandroid/view/View;->willNotDraw()Z