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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDrawable.java 33 @RealObject Drawable realDrawable;
145 if (realDrawable == o) return true;
146 if (o == null || realDrawable.getClass() != o.getClass()) return false;
152 Rect bounds = realDrawable.getBounds();
153 Rect thatBounds = that.realDrawable.getBounds();
161 Rect bounds = realDrawable.getBounds();
171 Shadow.directlyOn(realDrawable, Drawable.class).setAlpha(alpha);
177 Shadow.directlyOn(realDrawable, Drawable.class, "invalidateSelf");
  /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 206 milliseconds