Home | History | Annotate | Download | only in hwui

Lines Matching refs:DisplayList

32 #include "DisplayList.h"
81 * functionality is split between DisplayListCanvas (which manages the recording), DisplayList
82 * (which holds the actual data), and DisplayList (which holds properties and performs playback onto
85 * Note that DisplayList is swapped out from beneath an individual RenderNode when a view's
113 // See flags defined in DisplayList.java
120 ANDROID_API void setStagingDisplayList(DisplayList* newData, TreeObserver* observer);
223 const DisplayList* getDisplayList() const {
281 void buildZSortedChildList(const DisplayList::Chunk& chunk,
323 void prepareSubTree(TreeInfo& info, bool functorsNeedLayer, DisplayList* subtree);
344 DisplayList* mDisplayList;
345 DisplayList* mStagingDisplayList;