Searched refs:willNotDraw (Results 1 – 8 of 8) sorted by relevance
43 assertFalse("The illustration needs to be drawn", illustration.willNotDraw()); in testWillDraw()
155 assertFalse(mNavigationView.willNotDraw()); in testWillNotDraw()157 assertTrue(mNavigationView.willNotDraw()); in testWillNotDraw()160 assertTrue(mNavigationView.willNotDraw()); in testWillNotDraw()
229 public boolean willNotDraw() { in willNotDraw() method in MLand
579 (root || !view.willNotDraw() || (view.mPrivateFlags & View.PFLAG_DRAWN) != 0) in profileViewAndChildren()
9763 public void setWillNotDraw(boolean willNotDraw) { in setWillNotDraw() argument9764 setFlags(willNotDraw ? WILL_NOT_DRAW : 0, DRAW_MASK); in setWillNotDraw()9773 public boolean willNotDraw() { in willNotDraw() method in View26205 stream.addProperty("drawing:willNotDraw", willNotDraw());
33762 method public boolean willNotDraw();
45658 method public boolean willNotDraw();
49197 method public boolean willNotDraw();