Searched refs:drawableList (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/core/
H A DSkRecordedDrawable.h18 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds)
21 , fDrawableList(std::move(drawableList))
17 SkRecordedDrawable(sk_sp<SkRecord> record, sk_sp<SkBBoxHierarchy> bbh, std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) argument
H A DSkPictureRecorder.cpp69 SkDrawableList* drawableList = fRecorder->getDrawableList(); local
71 drawableList ? drawableList->newDrawableSnapshot() : nullptr;
108 SkDrawableList* drawableList = fRecorder->getDrawableList(); local
109 if (drawableList) {
110 drawableCount = drawableList->count();
111 drawables = drawableList->begin();
/external/skqp/src/core/
H A DSkRecordedDrawable.h18 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds)
21 , fDrawableList(std::move(drawableList))
17 SkRecordedDrawable(sk_sp<SkRecord> record, sk_sp<SkBBoxHierarchy> bbh, std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) argument
H A DSkPictureRecorder.cpp69 SkDrawableList* drawableList = fRecorder->getDrawableList(); local
71 drawableList ? drawableList->newDrawableSnapshot() : nullptr;
108 SkDrawableList* drawableList = fRecorder->getDrawableList(); local
109 if (drawableList) {
110 drawableCount = drawableList->count();
111 drawables = drawableList->begin();
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
H A DRobolectricPackageManager.java25 private Map<ComponentName, Drawable> drawableList = new HashMap<ComponentName, Drawable>(); field in class:RobolectricPackageManager
116 return drawableList.get(intent.getComponent());
121 return drawableList.get(componentName);
125 drawableList.put( component, d);
129 drawableList.put( intent.getComponent(), d);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPackageManager.java104 final Map<ComponentName, Drawable> drawableList = new LinkedHashMap<>(); field in class:ShadowPackageManager
224 return drawableList.get(intent.getComponent());
228 return drawableList.get(componentName);
232 drawableList.put(component, drawable);
236 drawableList.put(intent.getComponent(), drawable);
H A DShadowApplicationPackageManager.java958 return drawableList.get(activityName);
962 return drawableList.get(intent.getComponent());
/external/robolectric/v3/
H A Drobolectric-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/util/ org/robolectric/res/ org/ ...

Completed in 218 milliseconds