Loading packages/SystemUI/src/com/android/systemui/qs/QSTileView.java +2 −1 Original line number Diff line number Diff line Loading @@ -298,11 +298,12 @@ public class QSTileView extends ViewGroup { if (mDual) { mDualLabel.setText(state.label); mDualLabel.setContentDescription(state.dualLabelContentDescription); mTopBackgroundView.setContentDescription(state.contentDescription); } else { mLabel.setText(state.label); } setContentDescription(state.contentDescription); } } public void onStateChanged(QSTile.State state) { mHandler.obtainMessage(H.STATE_CHANGED, state).sendToTarget(); Loading Loading
packages/SystemUI/src/com/android/systemui/qs/QSTileView.java +2 −1 Original line number Diff line number Diff line Loading @@ -298,11 +298,12 @@ public class QSTileView extends ViewGroup { if (mDual) { mDualLabel.setText(state.label); mDualLabel.setContentDescription(state.dualLabelContentDescription); mTopBackgroundView.setContentDescription(state.contentDescription); } else { mLabel.setText(state.label); } setContentDescription(state.contentDescription); } } public void onStateChanged(QSTile.State state) { mHandler.obtainMessage(H.STATE_CHANGED, state).sendToTarget(); Loading