Searched refs:mLastDrawable (Results 1 – 2 of 2) sorted by relevance
60 private Drawable mLastDrawable; field in DrawableContainer85 if (mLastDrawable != null) { in draw()86 mLastDrawable.draw(canvas); in draw()232 if (mLastDrawable != null) { in onBoundsChange()233 mLastDrawable.setBounds(bounds); in onBoundsChange()251 if (mLastDrawable != null) { in hasFocusStateSpecified()252 return mLastDrawable.hasFocusStateSpecified(); in hasFocusStateSpecified()275 if (mLastDrawable != null) { in jumpToCurrentState()276 mLastDrawable.jumpToCurrentState(); in jumpToCurrentState()277 mLastDrawable = null; in jumpToCurrentState()[all …]
2207 Landroid/graphics/drawable/DrawableContainer;->mLastDrawable:Landroid/graphics/drawable/Drawable;