Searched refs:mLastDrawable (Results 1 – 1 of 1) sorted by relevance
64 private Drawable mLastDrawable; field in DrawableContainer89 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 …]