Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
res/ | 15-Dec-2024 | - | 2,389 | 840 | ||
src/com/android/car/docklib/ | 15-Dec-2024 | - | 3,085 | 2,117 | ||
tests/ | 15-Dec-2024 | - | 2,295 | 1,797 | ||
Android.bp | D | 15-Dec-2024 | 1.6 KiB | 62 | 54 | |
AndroidManifest.xml | D | 15-Dec-2024 | 1.7 KiB | 40 | 16 | |
OWNERS | D | 15-Dec-2024 | 188 | 9 | 6 | |
README | D | 15-Dec-2024 | 416 | 13 | 9 |
README
1# AAOS Dock 2 3This library is to provide dock functionality in AAOS. 4In this reference the dock exists in SystemUI in system bar but the purpose of this library is to 5allow dock to be placed on any surface. 6 7This library provides: 8- views and controllers 9- Broadcast receiver and permissions 10 11This library should only be used by one package in the system. This means there cannot be more than 12one dock in the system. 13