Searched refs:drawableList (Results 1 – 3 of 3) sorted by relevance
70 SkDrawableList* drawableList = fRecorder->getDrawableList(); in endRecordingAsPicture() local72 drawableList ? drawableList->newDrawableSnapshot() : nullptr; in endRecordingAsPicture()112 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay() local113 if (drawableList) { in partialReplay()114 drawableCount = drawableList->count(); in partialReplay()115 drawables = drawableList->begin(); in partialReplay()130 SkRecordedDrawable(SkRecord* record, SkBBoxHierarchy* bbh, SkDrawableList* drawableList, in SkRecordedDrawable() argument134 , fDrawableList(drawableList) // we take ownership 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/ ...