Searched refs:drawableList (Results 1 – 6 of 6) sorted by relevance
69 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture() local71 drawableList ? drawableList->newDrawableSnapshot() : nullptr; in finishRecordingAsPicture()108 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay() local109 if (drawableList) { in partialReplay()110 drawableCount = drawableList->count(); in partialReplay()111 drawables = drawableList->begin(); in partialReplay()
18 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) in SkRecordedDrawable() argument21 , fDrawableList(std::move(drawableList)) in SkRecordedDrawable()
115 static final Map<ComponentName, Drawable> drawableList = new LinkedHashMap<>(); field in ShadowPackageManager358 drawableList.put(component, drawable); in addActivityIcon()362 drawableList.put(intent.getComponent(), drawable); in addActivityIcon()1103 drawableList.clear(); in reset()
1377 Drawable result = drawableList.get(activityName); in getActivityIcon()