OSDN Git Service

PIP: Make PIPed activity to be focused from Recents
authorJaewan Kim <jaewan@google.com>
Tue, 16 Feb 2016 01:33:25 +0000 (17:33 -0800)
committerJaewan Kim <jaewan@google.com>
Thu, 25 Feb 2016 07:59:27 +0000 (23:59 -0800)
commitc92a7d12e345e05272f3e84d49d75c77dc6e3edc
tree63eb4d60b6b590f628bb0afe3ea5ab21d37ff185
parentf7b2baa5bad5d1c3300435b4b5d569da4d97b367
PIP: Make PIPed activity to be focused from Recents

This makes PIPed activity to look like part of the Recents.

Bug: 26946155
Change-Id: Ic0ac441e57af5594c06701fa9d30400f0f7cc5a5
13 files changed:
core/res/res/values-television/config.xml
core/res/res/values/config.xml
core/res/res/values/symbols.xml
packages/SystemUI/res/drawable/ic_fullscreen_white_24dp.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/ic_pause_white_24dp.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/ic_play_arrow_white_24dp.xml [new file with mode: 0644]
packages/SystemUI/res/layout/recents_on_tv.xml
packages/SystemUI/res/layout/tv_pip_overlay.xml
packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java
packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvActivity.java
packages/SystemUI/src/com/android/systemui/recents/tv/views/RecentsTvView.java
packages/SystemUI/src/com/android/systemui/tv/pip/PipManager.java
packages/SystemUI/src/com/android/systemui/tv/pip/PipOverlayActivity.java