Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java62 private Drawable mCurrDrawable; field in DrawableContainer
86 if (mCurrDrawable != null) { in draw()
129 if (mCurrDrawable != null) { in getOpticalInsets()
363 return mCurrDrawable != null ? mCurrDrawable.getIntrinsicWidth() : -1; in getIntrinsicWidth()
371 return mCurrDrawable != null ? mCurrDrawable.getIntrinsicHeight() : -1; in getIntrinsicHeight()
379 return mCurrDrawable != null ? mCurrDrawable.getMinimumWidth() : 0; in getMinimumWidth()
387 return mCurrDrawable != null ? mCurrDrawable.getMinimumHeight() : 0; in getMinimumHeight()
432 return mCurrDrawable == null || !mCurrDrawable.isVisible() ? PixelFormat.TRANSPARENT : in getOpacity()
485 mCurrDrawable = d; in selectDrawable()
494 mCurrDrawable = null; in selectDrawable()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19801 Landroid/graphics/drawable/DrawableContainer;->mCurrDrawable:Landroid/graphics/drawable/Drawable;