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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java47 private Drawable mCurrDrawable; field in class:DrawableContainer
64 if (mCurrDrawable != null) {
65 mCurrDrawable.draw(canvas);
86 if (mCurrDrawable != null) {
87 return mCurrDrawable.getPadding(padding);
97 if (mCurrDrawable != null) {
99 mCurrDrawable.setAlpha(alpha);
111 if (mCurrDrawable != null) {
112 mCurrDrawable.setDither(mDrawableContainerState.mDither);
121 if (mCurrDrawable !
[all...]

Completed in 25 milliseconds