Searched refs:drawableList (Results 1 – 4 of 4) sorted by relevance
74 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture() local76 drawableList ? drawableList->newDrawableSnapshot() : nullptr; in finishRecordingAsPicture()113 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay() local114 if (drawableList) { in partialReplay()115 drawableCount = drawableList->count(); in partialReplay()116 drawables = drawableList->begin(); in partialReplay()
18 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) in SkRecordedDrawable() argument21 , fDrawableList(std::move(drawableList)) in SkRecordedDrawable()
25 private Map<ComponentName, Drawable> drawableList = new HashMap<ComponentName, Drawable>(); field in RobolectricPackageManager116 return drawableList.get(intent.getComponent()); in getActivityIcon()121 return drawableList.get(componentName); in getActivityIcon()125 drawableList.put( component, d); in addActivityIcon()129 drawableList.put( intent.getComponent(), d); in addActivityIcon()
META-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/ ...