Searched refs:getStateDrawable (Results 1 – 4 of 4) sorted by relevance
91 final Drawable stateDrawable = stateList.getStateDrawable(i); in render()
262 public Drawable getStateDrawable(int index) { in getStateDrawable() method in StateListDrawable
519 mAboveAnchorBackgroundDrawable = stateList.getStateDrawable(aboveAnchorStateIndex); in setBackgroundDrawable()520 mBelowAnchorBackgroundDrawable = stateList.getStateDrawable(belowAnchorStateIndex); in setBackgroundDrawable()
444 if (needsTileify(in.getStateDrawable(i))) { in needsTileify()501 out.addState(in.getStateSet(i), tileify(in.getStateDrawable(i), clip)); in tileify()