Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DIllustrationTest.java41 assertFalse("The illustration needs to be drawn", illustration.willNotDraw()); in testWillDraw()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DRoundedCornerEnforcement.java138 return !view.willNotDraw() || view.getForeground() != null || view.getBackground() != null; in isViewVisible()
/aosp12/frameworks/base/core/java/android/view/
H A DViewDebug.java642 (root || !view.willNotDraw() || (view.mPrivateFlags & View.PFLAG_DRAWN) != 0) in profileViewAndChildren()
H A DView.java12360 public void setWillNotDraw(boolean willNotDraw) { in setWillNotDraw() argument
12361 setFlags(willNotDraw ? WILL_NOT_DRAW : 0, DRAW_MASK); in setWillNotDraw()
12370 public boolean willNotDraw() { in willNotDraw() method in View
30562 stream.addProperty("drawing:willNotDraw", willNotDraw()); in encodeProperties()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt18121 HSPLandroid/view/View;->willNotDraw()Z
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt49260 method public boolean willNotDraw();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt33762 method public boolean willNotDraw();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt18170 HSPLandroid/view/View;->willNotDraw()Z