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.java64 private Drawable mLastDrawable; field in DrawableContainer
89 if (mLastDrawable != null) { in draw()
90 mLastDrawable.draw(canvas); in draw()
233 if (mLastDrawable != null) { in onBoundsChange()
234 mLastDrawable.setBounds(bounds); in onBoundsChange()
252 if (mLastDrawable != null) { in hasFocusStateSpecified()
253 return mLastDrawable.hasFocusStateSpecified(); in hasFocusStateSpecified()
276 if (mLastDrawable != null) { in jumpToCurrentState()
277 mLastDrawable.jumpToCurrentState(); in jumpToCurrentState()
278 mLastDrawable = null; in jumpToCurrentState()
[all …]