HomeSort by relevance Sort by last modified time
    Searched refs:getDrawableForState (Results 1 - 2 of 2) sorted by null

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
StateListDrawableTest.java 28 Drawable drawableForState = shadow.getDrawableForState(states);
41 Drawable drawableForState = shadow.getDrawableForState(StateSet.WILD_CARD);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowStateListDrawable.java 44 public Drawable getDrawableForState(int[] stateSet) {

Completed in 26 milliseconds