am bc6542cc: Merge "Remove a few unnecessary withLayer() calls" into lmp-dev

* commit 'bc6542cca228440c6ca29fe038a2cf98e1b47fd5':
  Remove a few unnecessary withLayer() calls
This commit is contained in:
Jorim Jaggi
2014-09-09 15:57:27 +00:00
committed by Android Git Automerger
2 changed files with 1 additions and 3 deletions

View File

@@ -132,10 +132,9 @@ public final class SignalTileView extends QSTileView {
view.animate()
.setDuration(visible ? SHORT_DURATION : DEFAULT_DURATION)
.alpha(newAlpha)
.withLayer()
.start();
} else {
view.setAlpha(newAlpha);
}
}
}
}

View File

@@ -90,7 +90,6 @@ public abstract class StackScrollerDecorView extends ExpandableView {
.alpha(endValue)
.setInterpolator(interpolator)
.setDuration(260)
.withLayer()
.withEndAction(new Runnable() {
@Override
public void run() {