Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java63 private Drawable mLastDrawable; field in DrawableContainer
88 if (mLastDrawable != null) { in draw()
89 mLastDrawable.draw(canvas); in draw()
233 if (mLastDrawable != null) { in onBoundsChange()
234 mLastDrawable.setBounds(bounds); in onBoundsChange()
264 if (mLastDrawable != null) { in jumpToCurrentState()
265 mLastDrawable.jumpToCurrentState(); in jumpToCurrentState()
266 mLastDrawable = null; in jumpToCurrentState()
320 if (mLastDrawable != null) { in onStateChange()
321 return mLastDrawable.setState(state); in onStateChange()
[all …]