Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewDebug.java642 (root || !view.willNotDraw() || (view.mPrivateFlags & View.PFLAG_DRAWN) != 0) in profileViewAndChildren()
H A DView.java13305 public void setWillNotDraw(boolean willNotDraw) { in setWillNotDraw() argument
13306 setFlags(willNotDraw ? WILL_NOT_DRAW : 0, DRAW_MASK); in setWillNotDraw()
13315 public boolean willNotDraw() { in willNotDraw() method in View
31934 stream.addProperty("drawing:willNotDraw", willNotDraw()); in encodeProperties()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17912 HSPLandroid/view/View;->willNotDraw()Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17976 HSPLandroid/view/View;->willNotDraw()Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52663 method public boolean willNotDraw();