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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java59 private Drawable mLastDrawable; field in class:DrawableContainer
68 if (mLastDrawable != null) {
69 mLastDrawable.draw(canvas);
156 if (mLastDrawable != null) {
157 mLastDrawable.setBounds(bounds);
172 if (mLastDrawable != null) {
173 mLastDrawable.jumpToCurrentState();
174 mLastDrawable = null;
196 if (mLastDrawable != null) {
197 return mLastDrawable
[all...]

Completed in 1462 milliseconds