HomeSort by relevance Sort by last modified time
    Searched refs:inAnim (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/transition/
ChangeText.java 210 ValueAnimator outAnim = null, inAnim = null;
239 inAnim = ValueAnimator.ofInt(0, Color.alpha(endColor));
240 inAnim.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
247 inAnim.addListener(new AnimatorListenerAdapter() {
255 if (outAnim != null && inAnim != null) {
257 ((AnimatorSet) anim).playSequentially(outAnim, inAnim);
262 anim = inAnim;
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 282 ObjectAnimator inAnim = LauncherAnimUtils.ofFloat(mAppsCustomizePane, "alpha", 1f);
283 inAnim.addListener(new AnimatorListenerAdapter() {
291 animSet.playTogether(outAnim, inAnim);

Completed in 99 milliseconds