Searched refs:getStateDrawable (Results 1 – 5 of 5) sorted by relevance
94 Drawable stateDrawable = stateList.getStateDrawable(i); in render()
271 public @Nullable Drawable getStateDrawable(int index) { in getStateDrawable() method in StateListDrawable
581 mAboveAnchorBackgroundDrawable = stateList.getStateDrawable(aboveAnchorStateIndex); in setBackgroundDrawable()582 mBelowAnchorBackgroundDrawable = stateList.getStateDrawable(belowAnchorStateIndex); in setBackgroundDrawable()
508 if (needsTileify(in.getStateDrawable(i))) { in needsTileify()566 out.addState(in.getStateSet(i), tileify(in.getStateDrawable(i), clip)); in tileify()
15748 method @Nullable public android.graphics.drawable.Drawable getStateDrawable(int);