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

/frameworks/base/core/java/android/view/
H A DDisplayList.java30 public abstract class DisplayList { class
33 * {@link HardwareCanvas#drawDisplayList(DisplayList, android.graphics.Rect, int)}
45 * @see HardwareCanvas#drawDisplayList(DisplayList, android.graphics.Rect, int)
52 * @see HardwareCanvas#drawDisplayList(DisplayList, android.graphics.Rect, int)
59 * @see HardwareCanvas#drawDisplayList(DisplayList, android.graphics.Rect, int)
67 * @see HardwareCanvas#drawDisplayList(DisplayList, android.graphics.Rect, int)
114 // DisplayList Property Setters
118 * Set the caching property on the DisplayList, which indicates whether the DisplayList
122 * @param caching true if the DisplayList represent
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp34 const char* DisplayList::OP_NAMES[] = {
78 void DisplayList::outputLogBuffer(int fd) {
86 fprintf(file, "\nRecent DisplayList operations\n");
97 DisplayList::DisplayList(const DisplayListRenderer& recorder) : function in class:android::uirenderer::DisplayList
104 DisplayList::~DisplayList() {
108 void DisplayList::destroyDisplayListDeferred(DisplayList* displayList) {
115 void DisplayList
[all...]
H A DDisplayListRenderer.h67 class DisplayList { class in namespace:android::uirenderer
69 DisplayList(const DisplayListRenderer& recorder);
70 ANDROID_API ~DisplayList();
120 // See flags defined in DisplayList.java
131 ANDROID_API static void destroyDisplayListDeferred(DisplayList* displayList);
463 DisplayList* getDisplayList() {
464 return (DisplayList*) getInt();
548 ANDROID_API DisplayList* getDisplayList(DisplayList* displayList);
580 virtual status_t drawDisplayList(DisplayList* displayLis
[all...]

Completed in 45 milliseconds