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

/frameworks/base/core/java/android/view/
H A DView.java7026 * @param willNotCacheDrawing true if this view does not cache its
7029 public void setWillNotCacheDrawing(boolean willNotCacheDrawing) { argument
7030 setFlags(willNotCacheDrawing ? WILL_NOT_CACHE_DRAWING : 0, WILL_NOT_CACHE_DRAWING);
7039 public boolean willNotCacheDrawing() { method in class:View

Completed in 50 milliseconds