Home
last modified time | relevance | path

Searched refs:drawableList (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkPictureRecorder.cpp70 SkDrawableList* drawableList = fRecorder->getDrawableList(); in endRecordingAsPicture() local
72 drawableList ? drawableList->newDrawableSnapshot() : nullptr; in endRecordingAsPicture()
112 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay() local
113 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() argument
134 , fDrawableList(drawableList) // we take ownership in SkRecordedDrawable()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DRobolectricPackageManager.java25 private Map<ComponentName, Drawable> drawableList = new HashMap<ComponentName, Drawable>(); field in RobolectricPackageManager
116 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()
/external/robolectric/v3/
Drobolectric-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/ ...