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

/frameworks/base/libs/hwui/
H A DDisplayList.cpp20 #include "DisplayList.h"
27 void DisplayList::outputLogBuffer(int fd) {
35 fprintf(file, "\nRecent DisplayList operations\n");
46 DisplayList::DisplayList(const DisplayListRenderer& recorder) : function in class:android::uirenderer::DisplayList
53 DisplayList::~DisplayList() {
58 void DisplayList::destroyDisplayListDeferred(DisplayList* displayList) {
65 void DisplayList
[all...]
H A DDisplayList.h99 class DisplayList { class in namespace:android::uirenderer
101 DisplayList(const DisplayListRenderer& recorder);
102 ANDROID_API ~DisplayList();
104 // See flags defined in DisplayList.java
111 ANDROID_API static void destroyDisplayListDeferred(DisplayList* displayList);
546 }; // class DisplayList
/frameworks/base/core/java/android/view/
H A DDisplayList.java50 * DisplayList displayList = renderer.createDisplayList();
126 public abstract class DisplayList { class
131 * {@link HardwareCanvas#drawDisplayList(DisplayList, android.graphics.Rect, int)}
145 * @see HardwareCanvas#drawDisplayList(DisplayList, android.graphics.Rect, int)
154 * @see HardwareCanvas#drawDisplayList(DisplayList, android.graphics.Rect, int)
163 * @see HardwareCanvas#drawDisplayList(DisplayList, android.graphics.Rect, int)
173 * @see HardwareCanvas#drawDisplayList(DisplayList, android.graphics.Rect, int)
283 // DisplayList Property Setters

Completed in 485 milliseconds