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()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 …]