Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java76 private long mEnterAnimationEnd; field in DrawableContainer
148 if (mEnterAnimationEnd == 0) { in setAlpha()
292 if (mEnterAnimationEnd != 0) { in jumpToCurrentState()
293 mEnterAnimationEnd = 0; in jumpToCurrentState()
490 mEnterAnimationEnd = now + mDrawableContainerState.mEnterFadeDuration; in selectDrawable()
499 if (mEnterAnimationEnd != 0 || mExitAnimationEnd != 0) { in selectDrawable()
575 if (mEnterAnimationEnd != 0) { in animate()
576 if (mEnterAnimationEnd <= now) { in animate()
578 mEnterAnimationEnd = 0; in animate()
580 int animAlpha = (int)((mEnterAnimationEnd-now)*255) in animate()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt19811 Landroid/graphics/drawable/DrawableContainer;->mEnterAnimationEnd:J