OSDN Git Service

Fragments in SysUI!
authorJason Monk <jmonk@google.com>
Mon, 31 Oct 2016 14:18:20 +0000 (10:18 -0400)
committerJason Monk <jmonk@google.com>
Fri, 11 Nov 2016 16:19:15 +0000 (11:19 -0500)
commitbbac121e44a2bc6dc3ef9d779685fc29907b245b
treed55b895946c1a3145ec1cff6c9ca38455b781e36
parent126dd25d5b06503cfcc39263ee38a1f7fe0e9b4e
Fragments in SysUI!

Add system to add fragments to sysui windows for better code
modularity and testability.

Bug: 32609190
Test: Manual
Change-Id: I2ae7ed6133aff3fc5cdbdb3ec89d55183b7ac797
packages/SystemUI/src/com/android/systemui/SystemUIApplication.java
packages/SystemUI/src/com/android/systemui/fragments/FragmentHostManager.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/fragments/FragmentService.java [new file with mode: 0644]