Loading packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java +17 −26 Original line number Diff line number Diff line Loading @@ -242,14 +242,6 @@ public class QuickStatusBarHeader extends FrameLayout { .addFloat(mDateView, "alpha", 0, 1) .addFloat(mSecurityHeaderView, "alpha", 0, 1) .addFloat(mQSCarriers, "alpha", 0, 1); if (noCallingIcon != null || callStrengthIcon != null) { if (noCallingIcon != null) { builder.addFloat(noCallingIcon, "alpha", 1, 0); } if (callStrengthIcon != null) { builder.addFloat(callStrengthIcon, "alpha", 1, 0); } builder.setListener(new TouchAnimator.ListenerAdapter() { @Override public void onAnimationAtEnd() { Loading @@ -259,8 +251,8 @@ public class QuickStatusBarHeader extends FrameLayout { @Override public void onAnimationStarted() { mIconContainer.removeIgnoredSlot(mMobileSlotName); mIconContainer.removeIgnoredSlot(mCallStrengthSlotName); mIconContainer.addIgnoredSlot(mMobileSlotName); mIconContainer.addIgnoredSlot(mCallStrengthSlotName); } @Override Loading @@ -270,7 +262,6 @@ public class QuickStatusBarHeader extends FrameLayout { mIconContainer.removeIgnoredSlot(mCallStrengthSlotName); } }); } mAlphaAnimator = builder.build(); } Loading Loading
packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java +17 −26 Original line number Diff line number Diff line Loading @@ -242,14 +242,6 @@ public class QuickStatusBarHeader extends FrameLayout { .addFloat(mDateView, "alpha", 0, 1) .addFloat(mSecurityHeaderView, "alpha", 0, 1) .addFloat(mQSCarriers, "alpha", 0, 1); if (noCallingIcon != null || callStrengthIcon != null) { if (noCallingIcon != null) { builder.addFloat(noCallingIcon, "alpha", 1, 0); } if (callStrengthIcon != null) { builder.addFloat(callStrengthIcon, "alpha", 1, 0); } builder.setListener(new TouchAnimator.ListenerAdapter() { @Override public void onAnimationAtEnd() { Loading @@ -259,8 +251,8 @@ public class QuickStatusBarHeader extends FrameLayout { @Override public void onAnimationStarted() { mIconContainer.removeIgnoredSlot(mMobileSlotName); mIconContainer.removeIgnoredSlot(mCallStrengthSlotName); mIconContainer.addIgnoredSlot(mMobileSlotName); mIconContainer.addIgnoredSlot(mCallStrengthSlotName); } @Override Loading @@ -270,7 +262,6 @@ public class QuickStatusBarHeader extends FrameLayout { mIconContainer.removeIgnoredSlot(mCallStrengthSlotName); } }); } mAlphaAnimator = builder.build(); } Loading