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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java60 private Drawable mLastDrawable; field in class:DrawableContainer
85 if (mLastDrawable != null) {
86 mLastDrawable.draw(canvas);
232 if (mLastDrawable != null) {
233 mLastDrawable.setBounds(bounds);
251 if (mLastDrawable != null) {
252 return mLastDrawable.hasFocusStateSpecified();
275 if (mLastDrawable != null) {
276 mLastDrawable.jumpToCurrentState();
277 mLastDrawable
[all...]

Completed in 59 milliseconds