am: 6c0b20446a
* commit '6c0b20446a5140ce36db7314df78ad7e81fa079b':
Add a null check for the thumbnail image for transition
Change-Id: If8e3fbf4d4dd67838d4c3eed02bc3ea1129d1900
am: 2ff157c027
* commit '2ff157c027cb3eb5eddefa39617ec49aeb75a139':
Add a null check for the thumbnail image for transition
Change-Id: I149beb8615e78677e25b07cbf137152165ae38b9
am: 92d0e9a4ed
* commit '92d0e9a4ede2c1b8132d9d980d1e51b2e5558ffb':
Make notification reply can response to work challenge
Change-Id: Ie684a58e8598bcaf9763d282f7624ce81817d6d8
am: 36a5898a02
* commit '36a5898a021d7ad5a6906bab2df3815c3b6e3aa6':
Make notification reply can response to work challenge
Change-Id: Id261953e771217238e36aca2bfd8de87ea1ce1d8
am: 92d0e9a4ed
* commit '92d0e9a4ede2c1b8132d9d980d1e51b2e5558ffb':
Make notification reply can response to work challenge
Change-Id: I4bba668aeff039729bbe74483b742c220907903f
This is needed since apps will send a null thumbnail for when
some content they do not want screenshotted is playing.
BUG: 28343440
Change-Id: Ie1edc78bf16c8ea014a982a115faf9395c9ccab3
am: 221240d75d
* commit '221240d75d1139a450fec4bf0d04a6bb0b6d8ea7':
Fixes several animation issues related to a dismissing task.
Pipe the dismiss button logic through the touch handler.
Skip scroll-to animation when undocking and there are no tasks.
Fixing issue with docking being disallowed for secondary user.
Change-Id: Ic08dc6e203a2661db6d8178523e95492bed3bbb7
am: bd1708a19d
* commit 'bd1708a19da3ae205c4da3f22d0682c9bd1f76fe':
Fixes several animation issues related to a dismissing task.
Pipe the dismiss button logic through the touch handler.
Skip scroll-to animation when undocking and there are no tasks.
Fixing issue with docking being disallowed for secondary user.
Change-Id: Ib97a145fc6ff4e761a7220979913ed5be9e8fb71
am: bd1708a19d
* commit 'bd1708a19da3ae205c4da3f22d0682c9bd1f76fe':
Fixes several animation issues related to a dismissing task.
Pipe the dismiss button logic through the touch handler.
Skip scroll-to animation when undocking and there are no tasks.
Fixing issue with docking being disallowed for secondary user.
Change-Id: Ifa1b2865dfc7035152864f1b63c4c83946fc5e89
* changes:
Fixes several animation issues related to a dismissing task.
Pipe the dismiss button logic through the touch handler.
Skip scroll-to animation when undocking and there are no tasks.
Fixing issue with docking being disallowed for secondary user.
When user clicks work notification reply button while work user has
challenge, it will bring you to work challenge, and click on the reply
button when work challenge is unlock.
Bug: 28036566
Change-Id: I7b8520c4e58c0c0f965e4770ab0c7b926d8fb39a
- Previously we did not properly cancel the animations when the user
interacted with the stack while a task was being dismissed. Now, on
touch down, we only cancel the non-dismissing tasks, and in doing so,
set their task override if there is a dismissing task (so that the
stack can scroll correctly), and update the surrounding task views
if the dismiss update comes from the currently dismissing task.
(or in other words, the surrounding task animations will only be a
function of the current task being dismissed)
Bug: 28448670
Change-Id: If7b8ed3f1fe342114ae0f6dd9dbff0d48204f31e
- This ensures that we perform the same dismiss animation when
dismissing via the button or via swipe.
Bug: 28443410
Change-Id: I309c38253e9c2dc78a5882dc663eec84a11619dd
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