Searched refs:mCurrDrawable (Results 1 – 2 of 2) sorted by relevance
62 private Drawable mCurrDrawable; field in DrawableContainer86 if (mCurrDrawable != null) { in draw()87 mCurrDrawable.draw(canvas); in draw()112 if (mCurrDrawable != null) { in getPadding()113 result = mCurrDrawable.getPadding(padding); in getPadding()129 if (mCurrDrawable != null) { in getOpticalInsets()130 return mCurrDrawable.getOpticalInsets(); in getOpticalInsets()137 if (mCurrDrawable != null) { in getOutline()138 mCurrDrawable.getOutline(outline); in getOutline()147 if (mCurrDrawable != null) { in setAlpha()[all …]
19801 Landroid/graphics/drawable/DrawableContainer;->mCurrDrawable:Landroid/graphics/drawable/Drawable;