| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| src/com/android/systemui/common/buffer/ | 03-May-2024 | - | 119 | 38 | ||
| .gitignore | D | 03-May-2024 | 90 | 9 | 9 | |
| Android.bp | D | 03-May-2024 | 1.2 KiB | 40 | 33 | |
| AndroidManifest.xml | D | 03-May-2024 | 801 | 22 | 4 | |
| OWNERS | D | 03-May-2024 | 43 | 3 | 2 | |
| README.md | D | 03-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