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

/frameworks/base/core/java/android/view/
H A DHardwareLayer.java87 DisplayList getDisplayList() { method in class:HardwareLayer
H A DGLES20Canvas.java351 int getDisplayList(int displayList) { method in class:GLES20Canvas
H A DView.java1588 * flag while retaining this information until it's needed (at getDisplayList() time and
12288 * display lists. It is called by getDisplayList() when the parent ViewGroup does not need
12331 private DisplayList getDisplayList(DisplayList displayList, boolean isLayer) { method in class:View
12438 DisplayList displayList = getDisplayList(layer.getDisplayList(), true);
12452 public DisplayList getDisplayList() { method in class:View
12453 mDisplayList = getDisplayList(mDisplayList, false);
13001 * This method is called by getDisplayList() when a display list is created or re-rendered.
13182 displayList = getDisplayList();
13185 // to getDisplayList(), th
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp405 DisplayList* displayList = getDisplayList();
988 DisplayList* displayList = getDisplayList();
1350 DisplayList* DisplayListRenderer::getDisplayList(DisplayList* displayList) { function in class:android::uirenderer::DisplayListRenderer
H A DDisplayListRenderer.h462 DisplayList* getDisplayList() { function in class:android::uirenderer::DisplayList
545 ANDROID_API DisplayList* getDisplayList(DisplayList* displayList);

Completed in 111 milliseconds