OSDN Git Service

PIP: Show background scrim for PIP controls in Recents
authorJaewan Kim <jaewan@google.com>
Wed, 13 Apr 2016 23:08:58 +0000 (08:08 +0900)
committerJaewan Kim <jaewan@google.com>
Mon, 2 May 2016 21:55:27 +0000 (06:55 +0900)
commitdded3aa8bdc33063cada498dcfc0e641e68263e1
tree55228770fa69b9ec6f21da67ba29a4200f24d2d5
parent6d1a776c26206ea44339f19e13b413aa7d25bd6d
PIP: Show background scrim for PIP controls in Recents

Scrim will fade in after the PIP control's focus losing animation,
and will be gone immediately when PIP control gets focus.

Bug: 28041690
Change-Id: Ibb7fa0ce15ba1af13781a1bd5e87609fefa95cc0
packages/SystemUI/res/anim/tv_pip_controls_buttons_in_recents_focus_lose_animation.xml [deleted file]
packages/SystemUI/res/anim/tv_pip_controls_in_recents_focus_gain_animation.xml
packages/SystemUI/res/anim/tv_pip_controls_in_recents_focus_lose_animation.xml
packages/SystemUI/res/anim/tv_pip_controls_in_recents_scrim_fade_in_animation.xml [moved from packages/SystemUI/res/anim/tv_pip_controls_buttons_in_recents_focus_gain_animation.xml with 55% similarity]
packages/SystemUI/res/drawable/tv_pip_recents_overlay_scrim.xml [new file with mode: 0644]
packages/SystemUI/res/layout/tv_pip_recents_overlay.xml
packages/SystemUI/res/values/dimens_tv.xml
packages/SystemUI/src/com/android/systemui/tv/pip/PipControlsView.java
packages/SystemUI/src/com/android/systemui/tv/pip/PipRecentsControlsView.java