Searched defs:mDisplayList (Results 1 - 7 of 7) sorted by last modified time

/frameworks/base/libs/hwui/
H A DRecordingCanvas.h214 LinearAllocator& alloc() { return mDisplayList->allocator; }
222 T* dstBuffer = (T*) mDisplayList->allocator.alloc<T>(count * sizeof(T));
233 mDisplayList->pathResources.push_back(cachedPath);
260 mDisplayList->paints.emplace_back(cachedPaint);
279 mDisplayList->regions.push_back(std::move(copy));
297 mDisplayList->bitmapResources.emplace_back(&bitmap);
302 mDisplayList->patchResources.push_back(patch);
316 DisplayList* mDisplayList = nullptr; member in class:android::uirenderer::RecordingCanvas
H A DRenderNode.h114 return mDisplayList && !mDisplayList->isEmpty();
118 return mDisplayList && mDisplayList->projectionReceiveIndex >= 0;
199 return mDisplayList == nullptr
207 return mDisplayList;
285 DisplayList* mDisplayList; member in class:android::uirenderer::RenderNode
307 // mDisplayList, not mStagingDisplayList.
/frameworks/base/libs/hwui/pipeline/skia/
H A DDumpOpsCanvas.h34 , mDisplayList(displayList)
160 for (auto& child : mDisplayList.mChildNodes) {
169 for (auto& child : mDisplayList.mChildFunctors) {
179 SkiaDisplayList& mDisplayList; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas
H A DReorderBarrierDrawables.h53 SkiaDisplayList* mDisplayList; member in class:android::uirenderer::skiapipeline::StartReorderBarrierDrawable
H A DSkiaDisplayList.h49 mDisplayList.reset();
75 bool isEmpty() const override { return mDisplayList.empty(); }
130 recorder->reset(&mDisplayList, bounds);
133 void draw(SkCanvas* canvas) { mDisplayList.draw(canvas); }
139 * elements and (2) mDisplayList holds pointers to the elements, so they
146 SkLiteDL mDisplayList; member in class:android::uirenderer::skiapipeline::SkiaDisplayList
H A DSkiaRecordingCanvas.h78 std::unique_ptr<SkiaDisplayList> mDisplayList; member in class:android::uirenderer::skiapipeline::SkiaRecordingCanvas
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java1312 List<DisplayResolveInfo> mDisplayList; field in class:ResolverActivity.ResolveListAdapter
1327 mDisplayList = new ArrayList<>();
1350 return mDisplayList.get(mLastChosenPosition);
1394 mDisplayList.clear();
1677 mLastChosenPosition = mDisplayList.size() - 1;
1685 mDisplayList.add(dri);
1703 if (mDisplayList.size() > position) {
1704 return mDisplayList.get(position);
1710 int totalSize = mDisplayList == null || mDisplayList
[all...]

Completed in 172 milliseconds