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.java62 private Drawable mCurrDrawable; field in DrawableContainer
85 if (mCurrDrawable != null) { in draw()
86 mCurrDrawable.draw(canvas); in draw()
111 if (mCurrDrawable != null) { in getPadding()
112 result = mCurrDrawable.getPadding(padding); in getPadding()
131 if (mCurrDrawable != null) { in getOpticalInsets()
132 return mCurrDrawable.getOpticalInsets(); in getOpticalInsets()
139 if (mCurrDrawable != null) { in getOutline()
140 mCurrDrawable.getOutline(outline); in getOutline()
149 if (mCurrDrawable != null) { in setAlpha()
[all …]