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