Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java60 private Drawable mLastDrawable; field in DrawableContainer
85 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 …]
/frameworks/base/config/
Dhiddenapi-light-greylist.txt2207 Landroid/graphics/drawable/DrawableContainer;->mLastDrawable:Landroid/graphics/drawable/Drawable;