HomeSort by relevance Sort by last modified time
    Searched defs:loadDrawable (Results 1 - 4 of 4) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowArscResourcesImpl.java 157 public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, Resources.Theme theme, boolean useCache) throws Resources.NotFoundException {
158 Drawable drawable = directlyOn(realResourcesImpl, ResourcesImpl.class, "loadDrawable",
171 public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, int density, Resources.Theme theme) {
172 Drawable drawable = directlyOn(realResourcesImpl, ResourcesImpl.class, "loadDrawable",
ShadowLegacyResourcesImpl.java 156 public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, Resources.Theme theme, boolean useCache) throws Resources.NotFoundException {
157 Drawable drawable = directlyOn(realResourcesImpl, ResourcesImpl.class, "loadDrawable",
170 public Drawable loadDrawable(Resources wrapper, TypedValue value, int id, int density, Resources.Theme theme) {
171 Drawable drawable = directlyOn(realResourcesImpl, ResourcesImpl.class, "loadDrawable",
ShadowResources.java 230 protected Drawable loadDrawable(TypedValue value, int id) {
231 Drawable drawable = directlyOn(realResources, Resources.class, "loadDrawable",
239 protected Drawable loadDrawable(TypedValue value, int id, Resources.Theme theme)
241 Drawable drawable = directlyOn(realResources, Resources.class, "loadDrawable",
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
IconTest.java 211 assertNotNull(icon.loadDrawable(mActivity));

Completed in 187 milliseconds