Home
last modified time | relevance | path

Searched refs:willNotCacheDrawing (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DView.java13342 public void setWillNotCacheDrawing(boolean willNotCacheDrawing) { in setWillNotCacheDrawing() argument
13343 setFlags(willNotCacheDrawing ? WILL_NOT_CACHE_DRAWING : 0, WILL_NOT_CACHE_DRAWING); in setWillNotCacheDrawing()
13366 public boolean willNotCacheDrawing() { in willNotCacheDrawing() method in View
31936 stream.addProperty("drawing:willNotCacheDrawing", willNotCacheDrawing()); 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/core/api/
H A Dcurrent.txt52662 method @Deprecated public boolean willNotCacheDrawing();