Merge \\"Ensure that the tint is properly applied in docked mode.\\" into nyc-dev am: b1f3404f8f

am: 702bf7407c

Change-Id: If2a7eec78b88c07a61c1109f2e3ce11339f86b8f
This commit is contained in:
Winson Chung
2016-06-17 21:39:00 +00:00
committed by android-build-merger

View File

@@ -237,6 +237,14 @@ public class SignalClusterView
super.onDetachedFromWindow();
}
@Override
protected void onLayout(boolean changed, int l, int t, int r, int b) {
super.onLayout(changed, l, t, r, b);
// Re-run all checks against the tint area for all icons
applyIconTint();
}
// From SecurityController.
@Override
public void onStateChanged() {