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

/frameworks/base/core/java/android/view/
H A DView.java1634 * flag while retaining this information until it's needed (at getDisplayList() time and
14091 * display lists. It is called by getDisplayList() when the parent ViewGroup does not need
14188 public RenderNode getDisplayList() { method in class:View
14800 * This method is called by getDisplayList() when a display list is recorded for a View.
14959 renderNode = getDisplayList();
14962 // to getDisplayList(), the display list will be marked invalid and we should not
15104 renderNode = getDisplayList();
15107 // to getDisplayList(), the display list will be marked invalid and we should not

Completed in 75 milliseconds