am: 563085539c
* commit '563085539cee9a702f8d1c3586dd2ec384562b9b':
Fixed a bug where the QS was animating wrong when closing
Change-Id: Id987540c093a2ad0b0d20c5621d7310122d723c3
For calculating the smallest width, we need to iterate through all possible
orientations, snap the task bounds to a valid snap target and then use the
smallest width across all orientations.
In addition to that, when flinging the divider handle to the bottom of the
screen, we need to pass in fullscreen task bounds to avoid that this new
logic applies so the maximizing app only receives one configuration change.
Change-Id: I37aa9a40938517dfaf26770eb41327d76aec7c62
Fixes: 28469673
am: d6ee33e840
* commit 'd6ee33e84069846b0907948f8972978c30b34a3c':
Fixed a bug where the QS was animating wrong when closing
Change-Id: I9147fbee9d8acb25700b50a2688c565c8c097f4c
am: d6ee33e840
* commit 'd6ee33e84069846b0907948f8972978c30b34a3c':
Fixed a bug where the QS was animating wrong when closing
Change-Id: I1c147f4f4ebf693ff218bd2b2fa1a3b890fe7c37
am: 85a0821914
* commit '85a08219141f5d2be3b8fd74bff6e0c57bf47bde':
Remove Graphic from No Recents Screen on TV.
Change-Id: Ic7530c22a282bc4f36ad1f95501ef1629597460d
am: 20ed211fbc
* commit '20ed211fbcac476f0b84e68b039f00a54e5c7351':
Remove Graphic from No Recents Screen on TV.
Change-Id: I33b50a92e08f3ecf5c4fbd334ea989d50c7c075f
am: 20ed211fbc
* commit '20ed211fbcac476f0b84e68b039f00a54e5c7351':
Remove Graphic from No Recents Screen on TV.
Change-Id: I7241317e16ede52aebe46764b15599df2d4c4157
am: 33f6c04283
* commit '33f6c04283aa0627b74383c104916a3066fca0a1':
Force status bar window to be visible when expanded
Change-Id: Idabf547708790e96cf0576b87b363c910d02729e
am: 4b4e814533
* commit '4b4e81453372a9b60acdc181f3bc39c49c97f999':
Force status bar window to be visible when expanded
Change-Id: Ib28bb434fc0d1c56772db3ec7b5d22bb25118f6d
am: 4b4e814533
* commit '4b4e81453372a9b60acdc181f3bc39c49c97f999':
Force status bar window to be visible when expanded
Change-Id: Iabdc2ca6cd0bab85fe9473b5f2f8e9eab3a7771c
Also don't collapse status bar if low profile gets set.
Status bar should almost never be collapsed without explicit
user action, and this only leads to issues.
Fixes: 27629489
Change-Id: Ibe5c64df578438c7224985b173a9cd967bf363bf
am: a029a1a5ab
* commit 'a029a1a5abb760a5b761e2f98bad2c8a2b9149c0':
Make collapsed QS work the same as expanded
Change-Id: I0ed58cdbe01e791a765da08b5e71f004ffddf8fa
am: 0934240233
* commit '09342402332826b46cf8181196a8793202104e31':
Make collapsed QS work the same as expanded
Change-Id: I5b9e4f642482567a2340319707f9118aa2f3511b
am: 0934240233
* commit '09342402332826b46cf8181196a8793202104e31':
Make collapsed QS work the same as expanded
Change-Id: I9193278a1b6c39ab632ca741e7ef2971e5555e0d
am: c71d4f84f3
* commit 'c71d4f84f3389744aa074bba534779eee36779e5':
Fixed a bug where the content wasn't transforming in a group
Change-Id: Ibd7e450a5cd449ebefd1e0f0c75ef9e59f600070
am: 6b6a0e7773
* commit '6b6a0e7773f1f55a04c91d8acb320ffe9de710f6':
Fixed a bug where the positioning on the lockscreen was wrong
Change-Id: Id1561c532f2049cae908b1a0d06b6f67c8ab02b9
am: fe03504cf1
* commit 'fe03504cf1904a955bd8bbcd26f9121d754f5fc0':
Fixed a bug where the content wasn't transforming in a group
Change-Id: I793b9f59bf862c790c2c761c9a16aeef2c7e48cf
am: fe03504cf1
* commit 'fe03504cf1904a955bd8bbcd26f9121d754f5fc0':
Fixed a bug where the content wasn't transforming in a group
Change-Id: I689fa839a7bd489b65cc160bda659a46411668a8
am: 549a822331
* commit '549a822331a522cabfb854b91b1cad5a0f7128ae':
Fixed a bug where the positioning on the lockscreen was wrong
Change-Id: Iee0e3b108b1345c65d53a9d02a68e5f5c1f44de5
am: 549a822331
* commit '549a822331a522cabfb854b91b1cad5a0f7128ae':
Fixed a bug where the positioning on the lockscreen was wrong
Change-Id: Ia1a7619019069599fcde4f3002e44517bb7d4572
- Reinflate KeyguardUserSwitcher on density changes.
- Update size of UserAvatar on Keyguard.
- Fix brightness slider width in quick settings.
- Refetch and rescale user icons on density changes.
Change-Id: I961c59b8b224d6ac22cbbb8e115b8a12547a04b9
Fixes: 28535987
Fixes: 28454340
Because of a circular dependancy of calculating the notification
heights and setting them to GONE, the views could be laid out in a
wrong fashion. Another issue was that ambient notifications would
still be taken into account as well as removed notifications.
This also lead to a bug where the removal of notifications could
lead to unnecessary add animations when swiping them away.
Change-Id: If9ad81237a520b14dc6851df3af52406d192a7a7
Fixes: 28441832