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

* commit 'c6fed35cf4c2f260025c03b26f8be785afad42ee':
  Remove a few unnecessary withLayer() calls
This commit is contained in:
Jorim Jaggi
2014-09-09 16:07:58 +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() {