OSDN Git Service

Add dismiss animation for Recents TV and Enable Dismiss
authorSid Soundararajan <ssoundar@google.com>
Fri, 18 Mar 2016 20:42:10 +0000 (13:42 -0700)
committerSid Soundararajan <ssoundar@google.com>
Tue, 22 Mar 2016 18:10:28 +0000 (11:10 -0700)
commit4bdb6879bd5f1b7e93e7e9ac236a073921862075
tree4d092262601abce5e43eedf5ca70cedf193c63a9
parent30db6d9325041eaa5f31cb9bb126e050cbd5167e
Add dismiss animation for Recents TV and Enable Dismiss

Redo rect calculations for new positions.

Refactor some code to make a RecentsTvImpl.

Change-Id: Ifa269fe18ea40ea9a102ec0207a6c7ab796e6f77
19 files changed:
packages/SystemUI/res/drawable-hdpi/ic_cancel_white_24dp.png [new file with mode: 0644]
packages/SystemUI/res/drawable-mdpi/ic_cancel_white_24dp.png [new file with mode: 0644]
packages/SystemUI/res/drawable-xhdpi/ic_cancel_white_24dp.png [new file with mode: 0644]
packages/SystemUI/res/layout/recents_on_tv.xml
packages/SystemUI/res/layout/recents_tv_task_card_view.xml
packages/SystemUI/res/values/colors_tv.xml
packages/SystemUI/res/values/dimens_tv.xml
packages/SystemUI/res/values/integers_tv.xml
packages/SystemUI/res/values/strings_tv.xml
packages/SystemUI/res/values/values_tv.xml
packages/SystemUI/src/com/android/systemui/recents/Recents.java
packages/SystemUI/src/com/android/systemui/recents/RecentsImpl.java
packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java
packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvImpl.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/recents/tv/animations/DismissAnimationsHolder.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/recents/tv/animations/ViewFocusAnimator.java
packages/SystemUI/src/com/android/systemui/recents/tv/views/TaskCardView.java
packages/SystemUI/src/com/android/systemui/recents/tv/views/TaskStackHorizontalGridView.java
packages/SystemUI/src/com/android/systemui/recents/tv/views/TaskStackHorizontalViewAdapter.java