Searched refs:loadDrawable (Results 1 – 3 of 3) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscResourcesImpl.java | 157 …public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, Resources.Theme theme, b… in loadDrawable() method in ShadowArscResourcesImpl 171 …public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, int density, Resources.… in loadDrawable() method in ShadowArscResourcesImpl
|
D | ShadowLegacyResourcesImpl.java | 156 …public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, Resources.Theme theme, b… in loadDrawable() method in ShadowLegacyResourcesImpl 170 …public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, int density, Resources.… in loadDrawable() method in ShadowLegacyResourcesImpl
|
D | ShadowResources.java | 230 protected Drawable loadDrawable(TypedValue value, int id) { in loadDrawable() method in ShadowResources 239 protected Drawable loadDrawable(TypedValue value, int id, Resources.Theme theme) in loadDrawable() method in ShadowResources
|