Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DView.java12397 public void setWillNotCacheDrawing(boolean willNotCacheDrawing) { in setWillNotCacheDrawing() argument
12398 setFlags(willNotCacheDrawing ? WILL_NOT_CACHE_DRAWING : 0, WILL_NOT_CACHE_DRAWING); in setWillNotCacheDrawing()
12421 public boolean willNotCacheDrawing() { in willNotCacheDrawing() method in View
30564 stream.addProperty("drawing:willNotCacheDrawing", willNotCacheDrawing()); 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/core/api/
H A Dcurrent.txt49259 method @Deprecated public boolean willNotCacheDrawing();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt33761 method public boolean willNotCacheDrawing();