Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/com/android/systemui/common/buffer/ | 14-Jan-2024 | - | 119 | 38 | ||
.gitignore | D | 14-Jan-2024 | 90 | 9 | 9 | |
Android.bp | D | 15-Dec-2024 | 1.3 KiB | 42 | 35 | |
AndroidManifest.xml | D | 14-Jan-2024 | 801 | 22 | 4 | |
OWNERS | D | 14-Jan-2024 | 43 | 3 | 2 | |
README.md | D | 14-Jan-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