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

/frameworks/base/core/java/android/view/
H A DHardwareLayer.java96 DisplayList getDisplayList() { method in class:HardwareLayer
H A DGLES20Canvas.java405 int getDisplayList(int displayList) { method in class:GLES20Canvas
H A DView.java1557 * flag while retaining this information until it's needed (at getDisplayList() time and
13242 * display lists. It is called by getDisplayList() when the parent ViewGroup does not need
13286 private DisplayList getDisplayList(DisplayList displayList, boolean isLayer) { method in class:View
13389 DisplayList displayList = getDisplayList(layer.getDisplayList(), true);
13403 public DisplayList getDisplayList() { method in class:View
13404 mDisplayList = getDisplayList(mDisplayList, false);
14006 * This method is called by getDisplayList() when a display list is created or re-rendered.
14182 displayList = getDisplayList();
14185 // to getDisplayList(), th
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp108 DisplayList* DisplayListRenderer::getDisplayList(DisplayList* displayList) { function in class:android::uirenderer::DisplayListRenderer

Completed in 123 milliseconds