Home | History | Annotate | Download | only in drawable

Lines Matching defs:mEnterAnimationEnd

72     private long mEnterAnimationEnd;
147 if (mEnterAnimationEnd == 0) {
291 if (mEnterAnimationEnd != 0) {
292 mEnterAnimationEnd = 0;
489 mEnterAnimationEnd = now + mDrawableContainerState.mEnterFadeDuration;
498 if (mEnterAnimationEnd != 0 || mExitAnimationEnd != 0) {
574 if (mEnterAnimationEnd != 0) {
575 if (mEnterAnimationEnd <= now) {
577 mEnterAnimationEnd = 0;
579 int animAlpha = (int)((mEnterAnimationEnd-now)*255)
586 mEnterAnimationEnd = 0;