Searched refs:enterAnimationType (Results 1 – 1 of 1) sorted by relevance
898 final int enterAnimationType = mEnterAnimationType; in startEnterAnimation() local899 if (enterAnimationType == ANIM_TYPE_ALPHA) { in startEnterAnimation()908 if (enterAnimationType == ANIM_TYPE_BOUNDS) { in startEnterAnimation()935 } else if (enterAnimationType == ANIM_TYPE_ALPHA) { in startEnterAnimation()942 throw new RuntimeException("Unrecognized animation type: " + enterAnimationType); in startEnterAnimation()