Searched refs:mCurrDrawable (Results 1 – 1 of 1) sorted by relevance
59 private Drawable mCurrDrawable; field in DrawableContainer79 if (mCurrDrawable != null) { in draw()80 mCurrDrawable.draw(canvas); in draw()106 if (mCurrDrawable != null) { in getPadding()107 result = mCurrDrawable.getPadding(padding); in getPadding()126 if (mCurrDrawable != null) { in getOpticalInsets()127 return mCurrDrawable.getOpticalInsets(); in getOpticalInsets()134 if (mCurrDrawable != null) { in getOutline()135 mCurrDrawable.getOutline(outline); in getOutline()144 if (mCurrDrawable != null) { in setAlpha()[all …]