commit | f6a3d2e3352718414f76dff4ec95246ed9475870 | [log] [tgz] |
---|---|---|
author | jhonboy121 <alfredmathew05@gmail.com> | Sun Jan 02 22:13:22 2022 +0530 |
committer | jhonboy121 <alfredmathew05@gmail.com> | Sun Jan 02 23:21:34 2022 +0530 |
tree | ad6bb1c6e87d9566155be3e7ad25f689ced06da0 | |
parent | 887e78a9ef094a1c8ff31c96b05992cbcbc07b46 [diff] |
GamingMode: organize and separate tile view from it's state * This way the tile state is tied to the service lifecycle and views can be reinflated without having to reinit the state * Also tied view controllers to service lifecycle * Added proper theme support for overlay menu * Copyright all files properly Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
exTHmUI 游戏模式
当进入游戏模式或者用户调节 SeekBar 时, 游戏模式会设置 sys.performance.level
这个属性。
设备维护者需要在代码中添加对这个属性变化的监听。 可以参考 这个commit