Searched refs:createFromResourceId (Results 1 – 3 of 3) sorted by relevance
547 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()
67 public static Drawable createFromResourceId(int resourceId) { in createFromResourceId() method in ShadowDrawable
101 Drawable drawable = ShadowDrawable.createFromResourceId(34758); in testCreateFromResourceId_shouldSetTheId()108 Drawable drawable = ShadowDrawable.createFromResourceId(34758); in testWasSelfInvalidated()