Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java547 leftDrawable = left != 0 ? ShadowDrawable.createFromResourceId(left) : null; in CompoundDrawables()
548 topDrawable = top != 0 ? ShadowDrawable.createFromResourceId(top) : null; in CompoundDrawables()
549 rightDrawable = right != 0 ? ShadowDrawable.createFromResourceId(right) : null; in CompoundDrawables()
550 bottomDrawable = bottom != 0 ? ShadowDrawable.createFromResourceId(bottom) : null; in CompoundDrawables()
DShadowDrawable.java67 public static Drawable createFromResourceId(int resourceId) { in createFromResourceId() method in ShadowDrawable
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DDrawableTest.java101 Drawable drawable = ShadowDrawable.createFromResourceId(34758); in testCreateFromResourceId_shouldSetTheId()
108 Drawable drawable = ShadowDrawable.createFromResourceId(34758); in testWasSelfInvalidated()