Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 25-May-2024 | - | ||||
src/com/android/systemui/common/buffer/ | H | 25-May-2024 | - | 119 | 38 | |
.gitignore | H A D | 25-May-2024 | 90 | 9 | 9 | |
Android.bp | H A D | 25-May-2024 | 1.2 KiB | 40 | 33 | |
AndroidManifest.xml | H A D | 25-May-2024 | 801 | 22 | 4 | |
OWNERS | H A D | 25-May-2024 | 43 | 3 | 2 | |
README.md | H A D | 25-May-2024 | 481 | 6 | 3 |
README.md
1# SystemUICommon 2 3`SystemUICommon` is a module within SystemUI that hosts standalone helper libraries. It is intended to be used by other modules, and therefore should not have other SystemUI dependencies to avoid circular dependencies. 4 5To maintain the structure of this module, please refrain from adding components at the top level. Instead, add them to specific sub-packages, such as `systemui/common/buffer/`. This will help to keep the module organized and easy to navigate. 6