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

/frameworks/base/core/java/android/view/
H A DView.java7763 * @param willNotCacheDrawing true if this view does not cache its
7766 public void setWillNotCacheDrawing(boolean willNotCacheDrawing) { argument
7767 setFlags(willNotCacheDrawing ? WILL_NOT_CACHE_DRAWING : 0, WILL_NOT_CACHE_DRAWING);
7776 public boolean willNotCacheDrawing() { method in class:View
22505 stream.addProperty("drawing:willNotCacheDrawing", willNotCacheDrawing());

Completed in 54 milliseconds