HomeSort by relevance Sort by last modified time
    Searched full:createfromresourceid (Results 1 - 7 of 7) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 547 leftDrawable = left != 0 ? ShadowDrawable.createFromResourceId(left) : null;
548 topDrawable = top != 0 ? ShadowDrawable.createFromResourceId(top) : null;
549 rightDrawable = right != 0 ? ShadowDrawable.createFromResourceId(right) : null;
550 bottomDrawable = bottom != 0 ? ShadowDrawable.createFromResourceId(bottom) : null;
ShadowDrawable.java 67 public static Drawable createFromResourceId(int resourceId) {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DrawableTest.java 101 Drawable drawable = ShadowDrawable.createFromResourceId(34758);
108 Drawable drawable = ShadowDrawable.createFromResourceId(34758);
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 

Completed in 941 milliseconds