History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dfd7be012b889f92d3e7e6d80ff7fe6b55c75901 10-May-2016 Winson <winsonc@google.com> Fixing issue with excluded task showing when docking.

- On multi-window state changes, we should not include the front most
excluded task when fetching the task list. This CL also clarifies
which tasks are included and excluded.

Bug: 28452689

Change-Id: Ia30eaf75382286a9d4ee5a5b11013dddf8e4ac82
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvImpl.java
ea347d3cafa7ab03dedeb5fe9c330adf6ff34b6a 01-May-2016 Jaewan Kim <jaewan@google.com> Fix thumbnail transition animation when Recents is shown with PIP

Bug: 28505382
Change-Id: I0565ba8dc3419bb9b34809d03e9ef8b484dba1d9
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvImpl.java
d46b72788e8811d2e423ea1e5b2ff104ecb7f721 20-Apr-2016 Winson <winsonc@google.com> Removing legacy calculation of Recents visibility.

- This was causing us to try and launch the Recents activity again after
docking because the running task was the newly docked task and not
Recents.

Bug: 28177001
Change-Id: I222e50f6de00a9d7881da2182eebc61564fd3266
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvImpl.java
db21bbd2caf05322864f09ec45a0c572cf071123 19-Apr-2016 Jorim Jaggi <jjaggi@google.com> Fix wrong transition when recents is growing when entering

Bug: 27855229
Change-Id: I050305d16df6fe53abf5e74e1f9ee6c882dd7ead
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvImpl.java
18cfc84f4814f87d660d04bad4f9941e6d503125 08-Apr-2016 Sid Soundararajan <ssoundar@google.com> Have Recents focus second task when launched, if 2 or more tasks are available

This should kill 2 bugs.

b/27952292
b/27876144

Change-Id: I49521fc4b7fc52b9b34ce71b108cbe795e40104f
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvImpl.java
0322c5f8beb7e1171ab793d3fb08c50951dcda84 08-Apr-2016 Sid Soundararajan <ssoundar@google.com> Merge "Improve Animation Calculations to remove Jank" into nyc-dev
c81082b7ee925aeeb7edddbb181dc365a4600be1 06-Apr-2016 Sid Soundararajan <ssoundar@google.com> Improve Animation Calculations to remove Jank

Add animations to back button press path.

Add scroll for launches of unfocused apps.

Part 1 of 2 to fix:

b/27876144

Change-Id: I1ac345dffb06d7926558a4087b07061ee4be731b
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvImpl.java
67ed54a724df258738062e60d7f702f396502b49 30-Mar-2016 Sid Soundararajan <ssoundar@google.com> Add Home Recents Transition Animations

b/27349208

Change-Id: I2f97954aad8671eb8dc006f3b949abc8025f4c33
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvImpl.java
aeb298c4db913b376fb6053ec30c132a93e04635 05-Apr-2016 Winson <winsonc@google.com> Fixing bad regression in alt-tab layout.

- Removing the notion of drawing the task header thumbnail on preload.
This would not work because we could not know the stack state until
showRecents() is actually called. Instead, we keep a cached thumbnail
bitmap that we draw into when we start the activity, which is only
updated when the layout changes.
- Ensuring that with the smaller task views in the focused layout
overlap and do not show a gap between them (this was introduced when
the task views were made smaller to show more of the task behind it)
- Ensure that both alt-tab and paging both default to focused state
- Always reset the stack layout to clear the task overrides so that
we don’t inadvertently get overrides when alt-tabbing

Bug: 28014191
Change-Id: Ibc93597e9c027ce5abd65a8b77c0628864814c9b
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvImpl.java
a1ededd056d51532ab18354f17f8065ec1134535 25-Mar-2016 Winson <winsonc@google.com> Launch state/config change audit. (Part 1)

- Fixing issue with onResume logic being run even when the window focus
is changing. This only needs to be run when we are launching into
Recents again.
- Removed a bunch of launch state flags that are no longer necessary
because of changes to configuration handling. This reduces the work
that we have to do on resize, etc.
- Decoupled the resume with the stack-update, which fixes a couple
issues where we were updating the layout unexpectedly.
- Fixed an issue where we were not updating the nav bar scrims on
configuration change
- Fixing margin start/end regression in header bar
- Fixing small issue with paddings being scaled beyond their base size
- Fixing issue where the clip state was not properly getting reset
causing lots of overdraw.

Change-Id: I9aeb191a99ff23807b3f5d905f6480b10157a060
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvImpl.java
008ee15fe82c8216e8e4f67e3032de468cc6c92a 19-Mar-2016 Winson <winsonc@google.com> Completely removing dead code related to search widget.

Bug: 27742174
Change-Id: Ie478c562f6152338417aca5262b7f33ee4ca7ed5
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvImpl.java
4bdb6879bd5f1b7e93e7e9ac236a073921862075 18-Mar-2016 Sid Soundararajan <ssoundar@google.com> 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvImpl.java