Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java62 private Drawable mCurrDrawable; field in DrawableContainer
86 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt19801 Landroid/graphics/drawable/DrawableContainer;->mCurrDrawable:Landroid/graphics/drawable/Drawable;