Searched refs:mCurrDrawable (Results 1 – 1 of 1) sorted by relevance
59 private Drawable mCurrDrawable; field in DrawableContainer82 if (mCurrDrawable != null) { in draw()83 mCurrDrawable.draw(canvas); in draw()108 if (mCurrDrawable != null) { in getPadding()109 result = mCurrDrawable.getPadding(padding); in getPadding()128 if (mCurrDrawable != null) { in getOpticalInsets()129 return mCurrDrawable.getOpticalInsets(); in getOpticalInsets()136 if (mCurrDrawable != null) { in getOutline()137 mCurrDrawable.getOutline(outline); in getOutline()146 if (mCurrDrawable != null) { in setAlpha()[all …]