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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java59 private Drawable mCurrDrawable; field in class:DrawableContainer
82 if (mCurrDrawable != null) {
83 mCurrDrawable.draw(canvas);
108 if (mCurrDrawable != null) {
109 result = mCurrDrawable.getPadding(padding);
128 if (mCurrDrawable != null) {
129 return mCurrDrawable.getOpticalInsets();
136 if (mCurrDrawable != null) {
137 mCurrDrawable.getOutline(outline);
146 if (mCurrDrawable !
[all...]

Completed in 19 milliseconds