am: a5dd3f3
* commit 'a5dd3f32403deb01ad260d50468f4daf8988ab01':
Disable view recycling to avoid passing wrong type of view to Item.bindView().
Change-Id: Id21f8e5546e28179954e39903baaebf5feff356a
am: b6cd42a
* commit 'b6cd42a925136f6354555c9c1033d20fbaadd139':
Force a relayout when task is resized while not drag resizing.
Change-Id: Ieed7be623a63a6385a55eb62ca5bd9254b7b2a2c
- Finish all dismiss animations when a dismiss-to-home animation is
started, and prevent lingering deferred layout animation requests
from running as they will be overwritten anyways.
Bug: 28287904
Change-Id: Ie40c66c0f25705b56f6808607d2b7b8ae4e5a112
am: 6a4d9a3
* commit '6a4d9a3c9f7cbd30a7093f5088a72271a5e504c7':
BatteryStats: use the same timestamp for comparing intervals
Change-Id: Ieddb50b7c76448b45349ab1316cd8fc5852006cf
am: c947ebd
* commit 'c947ebd66d397782af0870df457ccc4fe83c77cc':
Cleanup of the PackageInstaller API - Frameworks
Change-Id: Ie0495a0a0126eded843e06924dc0a96d2367a6f0
am: dddfff3
* commit 'dddfff3cddf8c12aba0335eb853f177abb0a68b0':
Tweaks to make overview animations to match spec.
Closing system windows when dismissing recents to app or home.
Caching the display rect to reduce binder calls.
Change-Id: Ic08f9b13b65dc0bebd2dcd79612089a65cca1262
* changes:
Tweaks to make overview animations to match spec.
Closing system windows when dismissing recents to app or home.
Caching the display rect to reduce binder calls.
am: ce83dcf
* commit 'ce83dcf4f7ed2082c72b062c7388a4314419e225':
Fix black flicker when closing IME
Change-Id: Ia358f5ec8240a853d3dfc6c37dd46e2984633fc9
mResizedWhileNotDragResizing is set is task bounds is resized, however
individual window's size may not change (eg. a floating dialog). The
relayout window may not come and the mResizedWhileNotDragResizing
flag won't get cleared.
bug: 28111853
Change-Id: If8bb79cc07d9c67d6e5685b0adc24a9ce2623ec6
am: d2285b1
* commit 'd2285b1f40a714a49602dab5645c194af0eac880':
Remove dependencies on Activity from common Fragment superclasses
Change-Id: Iabdf356a16290686e84d3f335e61955069355d07
- Fixing incompatible app message text color
- Fixing drag target hover color
- Fixing final frame jank when animating home from overview
- Adding animation prop setter for initial play time
Bug: 27154882
Change-Id: Ia8a90434da2174d3c78a353b881509a8b1d525ba
The PackageInstaller app manages side-loading apps as well
as permission management. It should be updatable, hence
should rely on system APIs to talk to the platform. This
is the first step of defining an API boundary.
Change-Id: I9814eafd0b22ae03b4b847a7007cdbf14c9e5466
When closing the IME in docked adjusted mode, we still need to pass
in the IME window so we can still execute the logic to delay starting
the animation, so we don't see a black hole before the animation is
started.
Bug: 28175599
Change-Id: I606d30bd63b5e909fdebd78b0aa4968bd9f26c24
am: 5a91b61
* commit '5a91b615232374084a45752d7c09c25265e263ed':
Disallow disable of the system shared libs.
Change-Id: I7edae9e8cbeefd4f20ffb2b708f68f6f04e79326
am: 7981e8f
* commit '7981e8ff6509769a590f15b440f989437d732be5':
Unbundle RemoteService on TV - part 3
Change-Id: I6f7dcde634bf841243c34a59d569e84e271b2326
am: b7ba766
* commit 'b7ba766352ca78784831e7332dd59aa2f0e2a314':
Remove debug flag for some important logs.
Change-Id: Icac7aa3a9cad9dd0e3c107fbfbb54f94168b59c1
am: 93536af
* commit '93536af56d70c516760a796a1731237acce14f54':
Fix IME for status bar in docked mode
Change-Id: I9af5c7dcece0b6b018c8d6f64b103332bbbc5a16
- Don't set a dim layer in the docked controller if we are not dimming.
- Check to make sure the docked divider window isn't null before trying
to use its layer for dimming.
Bug: 28339915
Change-Id: I33d49d26ffcaec63d135f82a6208e127ba0f0570
- New service TVRemoteService triggered by SystemServer
- Provider service proxy and watcher for maintaining connections to unbundled
services which have the BIND_TV_REMOTE_SERVICE permission.
- Shared library to facilitate connections between unbundled service and
TVRemoteService.
- Unbundled service needs TV_VIRTUAL_REMOTE_CONTROLLER
permission to be fully functional.
b/23792608
Change-Id: Ief5c6995883d1f7268a73bdd0c920c4c3f42cddb
am: e67960e
* commit 'e67960ecae2ba008a7d1d364b5fdb1b95a179e52':
Force pinned windows to always be scaleable.
Change-Id: If99e495251dee1ff6f52f214448154a396f5e9d3
am: 9ef0ce1
* commit '9ef0ce1749e626a47d669a3f4b059ba748d2e69e':
Changes Message from using parcels to bundles
Change-Id: I1c5146b037cab8c5afb3d6b97a9533c3fea8cf0d
If the dock divider is visible, window manager raises the IME from the
app's layer on top of the divider. However if the IME was targeting the
status bar, it would also remove it from the status bar's layer and
move it atop the divider (but below the status bar).
To fix this, we now only perform the adjustment to the IME's layer if
that moves the IME up, but never down.
Change-Id: I1308f51b98fffee64a5075c49697f5bc177ea32e
Fixes: 28024606