Searched refs:mEnterAnimationEnd (Results 1 – 1 of 1) sorted by relevance
72 private long mEnterAnimationEnd; field in DrawableContainer145 if (mEnterAnimationEnd == 0) { in setAlpha()275 if (mEnterAnimationEnd != 0) { in jumpToCurrentState()276 mEnterAnimationEnd = 0; in jumpToCurrentState()451 mEnterAnimationEnd = now + mDrawableContainerState.mEnterFadeDuration; in selectDrawable()460 if (mEnterAnimationEnd != 0 || mExitAnimationEnd != 0) { in selectDrawable()525 if (mEnterAnimationEnd != 0) { in animate()526 if (mEnterAnimationEnd <= now) { in animate()528 mEnterAnimationEnd = 0; in animate()530 int animAlpha = (int)((mEnterAnimationEnd-now)*255) in animate()[all …]