From 045b6fa6e0472281ec0b2c53df1f9b11dacfec06 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Fri, 10 Jul 2015 14:04:53 -0700 Subject: Disable LayoutTransition.CHANGING It is not really useful and is distracting when a lot of information changes happen at once. Other animations (like fading in of elapsed call time) will still continue to work. Bug: 22274741 Change-Id: I303f776a6873dab3d07569a2518fda039d64becf --- InCallUI/src/com/android/incallui/CallCardFragment.java | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'InCallUI') diff --git a/InCallUI/src/com/android/incallui/CallCardFragment.java b/InCallUI/src/com/android/incallui/CallCardFragment.java index d58310cfc..4121390fd 100644 --- a/InCallUI/src/com/android/incallui/CallCardFragment.java +++ b/InCallUI/src/com/android/incallui/CallCardFragment.java @@ -19,7 +19,6 @@ package com.android.incallui; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.animation.AnimatorSet; -import android.animation.LayoutTransition; import android.animation.ObjectAnimator; import android.content.Context; import android.graphics.drawable.AnimationDrawable; @@ -282,9 +281,6 @@ public class CallCardFragment extends BaseFragment