New keyguard slice data structure

Using androidx package and new API, also splitting content into
multiple views for better animation support.

Bug: 64155983
Test: visual, see data from provider propagate to AoD
Change-Id: I74b5511d582e7ec1f6ffe5dbc5595f54b9ccb202
This commit is contained in:
Lucas Dupin
2017-12-05 17:58:57 -08:00
parent dc4cb14631
commit 6bd8601e9f
14 changed files with 343 additions and 101 deletions

View File

@@ -46,7 +46,12 @@ LOCAL_STATIC_ANDROID_LIBRARIES := \
android-support-v7-mediarouter \
android-support-v7-palette \
android-support-v14-preference \
android-support-v17-leanback
android-support-v17-leanback \
android-slices-core \
android-slices-view \
android-slices-builders \
apptoolkit-arch-core-runtime \
apptoolkit-lifecycle-extensions \
LOCAL_STATIC_JAVA_LIBRARIES := \
metrics-helper-lib \