Searched refs:mEnterAnimationEnd (Results 1 – 1 of 1) sorted by relevance
76 private long mEnterAnimationEnd; field in DrawableContainer148 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 …]