Loading packages/SystemUI/src/com/android/systemui/qs/customize/TileQueryHelper.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -131,6 +131,7 @@ public class TileQueryHelper { state.label = label; state.label = label; state.contentDescription = label; state.contentDescription = label; state.icon = new DrawableIcon(drawable); state.icon = new DrawableIcon(drawable); state.autoMirrorDrawable = false; addTile(spec, appLabel, state, false); addTile(spec, appLabel, state, false); } } Loading packages/SystemUI/src/com/android/systemui/qs/external/CustomTile.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -214,7 +214,9 @@ public class CustomTile extends QSTile<QSTile.State> implements TileChangeListen @Override @Override public State newTileState() { public State newTileState() { return new State(); State state = new State(); state.autoMirrorDrawable = false; return state; } } @Override @Override Loading Loading
packages/SystemUI/src/com/android/systemui/qs/customize/TileQueryHelper.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -131,6 +131,7 @@ public class TileQueryHelper { state.label = label; state.label = label; state.contentDescription = label; state.contentDescription = label; state.icon = new DrawableIcon(drawable); state.icon = new DrawableIcon(drawable); state.autoMirrorDrawable = false; addTile(spec, appLabel, state, false); addTile(spec, appLabel, state, false); } } Loading
packages/SystemUI/src/com/android/systemui/qs/external/CustomTile.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -214,7 +214,9 @@ public class CustomTile extends QSTile<QSTile.State> implements TileChangeListen @Override @Override public State newTileState() { public State newTileState() { return new State(); State state = new State(); state.autoMirrorDrawable = false; return state; } } @Override @Override Loading