Searched refs:willNotCacheDrawing (Results 1 – 3 of 3) sorted by relevance
13342 public void setWillNotCacheDrawing(boolean willNotCacheDrawing) { in setWillNotCacheDrawing() argument13343 setFlags(willNotCacheDrawing ? WILL_NOT_CACHE_DRAWING : 0, WILL_NOT_CACHE_DRAWING); in setWillNotCacheDrawing()13366 public boolean willNotCacheDrawing() { in willNotCacheDrawing() method in View31936 stream.addProperty("drawing:willNotCacheDrawing", willNotCacheDrawing()); in encodeProperties()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
52662 method @Deprecated public boolean willNotCacheDrawing();