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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java48 private Drawable mCurrDrawable; field in class:DrawableContainer
65 if (mCurrDrawable != null) {
66 mCurrDrawable.draw(canvas);
87 if (mCurrDrawable != null) {
88 return mCurrDrawable.getPadding(padding);
99 return (mCurrDrawable == null) ? Insets.NONE : mCurrDrawable.getLayoutInsets();
106 if (mCurrDrawable != null) {
108 mCurrDrawable.mutate().setAlpha(alpha);
120 if (mCurrDrawable !
[all...]

Completed in 57 milliseconds