Home
last modified time | relevance | path

Searched refs:mCurrDrawable (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java59 private Drawable mCurrDrawable; field in DrawableContainer
79 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 …]