Searched defs:mEnterAnimationEnd (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java72 private long mEnterAnimationEnd; field in class:DrawableContainer
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
[all...]

Completed in 92 milliseconds