OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawableList
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkPictureRecorder.cpp
70
SkDrawableList*
drawableList
= fRecorder->getDrawableList();
72
drawableList
?
drawableList
->newDrawableSnapshot() : nullptr;
112
SkDrawableList*
drawableList
= fRecorder->getDrawableList();
113
if (
drawableList
) {
114
drawableCount =
drawableList
->count();
115
drawables =
drawableList
->begin();
130
SkRecordedDrawable(SkRecord* record, SkBBoxHierarchy* bbh, SkDrawableList*
drawableList
,
134
, fDrawableList(
drawableList
) // we take ownership
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
RobolectricPackageManager.java
25
private Map<ComponentName, Drawable>
drawableList
= new HashMap<ComponentName, Drawable>();
116
return
drawableList
.get(intent.getComponent());
121
return
drawableList
.get(componentName);
125
drawableList
.put( component, d);
129
drawableList
.put( intent.getComponent(), d);
/external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar
Completed in 35 milliseconds