- Or to be specific, SurfaceFlinger can’t easily take 565 screenshots,
so convert them when creating the ashmem bitmap.
Bug: 28151300
Change-Id: Ic7586659a41cc19c322136f77a1c52ef68c22707
am: 95a4791
* commit '95a4791d1a0dfbd1898f010f0a2d1b1985a46079':
Disable recents button in carmode inside of NavigationBarView, instead of doing it from PhoneWindowManager, which doesnt maintain the mUiMode properly and in sync with that in the UiModeManager. In addition the re-layout / modifications in the content of the navigation bar in care mode are better consolidated in one place instead of many places.
Change-Id: I37796cce858180e0497296fed14f3f7223a90d79
am: 7c1f390
* commit '7c1f3905af890bd2959f7bf25d2a6f76a8ccd076':
PipManager: Revisit the logic for PIP close for TV app case
Change-Id: Idff02048cc9e5b5f283b61ac7cf1a2463a32591f
instead of doing it from PhoneWindowManager, which doesnt maintain
the mUiMode properly and in sync with that in the UiModeManager.
In addition the re-layout / modifications in the content of the
navigation bar in care mode are better consolidated in one place
instead of many places.
Bug: 27313462
Change-Id: I1bdc2324f649f19f879b71c695381587561498e9
- Fixing regression where we were scrolling to front immediately on
dragging-to-dock a task, we should only scroll to the front on
configuration change.
- Accounting for the inset when calculating the final stack bounds
(similar to b/27921362)
- Fixing issue with task views being clipped as user drags a view due
to the bounds of the view changing. We manually now set the frame on
the view to the current stack task bounds.
- Simplifying calls to animate the task view bounds
- Removing old instance state code
Change-Id: I17d3e33e159ff250c11a504ef87558051926a974
This includes following fixes
- Press back key to go to Home from Recents
- Do not show Recents when an activity is PIPed immediately after moved
to fullscreen.
These regressions are caused by
c81082b Improve Animation Calculations to remove Jank
Bug: 28107787
Change-Id: I3078a5d8a9505c8d03cceee329e5d740efae7feb
Make all the instance public methods private
and add static methods to control the behavior:
* show
* dismiss
* toggle
Make sure we only deal with one instance of the
KeyboardShortcuts (previously both the
KeyboardShortcutsReceiver and BaseStatusBar were
creating instances).
Makes sure the instance is destroyed when dismissing
and when showing it either creates a new one if none
exists or reuses the existing one.
Also fixes an existing nasty issue where in order
to dismiss the dialog from BaseStatusBar we were
always first creating a new instance.
Bug: 28012198
Change-Id: I207553dd45ae535edc64b6292a472fa0899029b0
am: ac5a240
* commit 'ac5a240f0546b88507a85100a55483cc8380949b':
Add a fall back for when the thumbnail is not generated for a task
Change-Id: If7e27669d0031ec5513c94d343bfeda348b098fc
am: 3af45bd
* commit '3af45bd2d06303bfaf8ba28324ca976e6f96ece3':
Allow system apps to substitute a different app name in notifications.
Change-Id: I5fc24757a4db46a499f5638c04922e131c79d1f9
This is a privileged permission and is only to be used by
the core OS and related packages whose names are confusing
or misleading when shown in notifications.
The user will always be able to see the true package name by
accessing the notification inspector (longpress or swipe
gesture on the notification row in SystemUI).
Fixes: 26517701
Change-Id: I2b021c9da0757b99df76399666af263668d88070
- Don’t reinflate the header bar and dummy stack view
- Only update the header bar layout params when values change
Change-Id: I47bb699e35b10caea2ab8640be8d3f9a3d445c58
Re-add scrim and shadows to cards.
This can happen on TV when an App is mid launch and the HOME button
is pressed. The Banner of the App is used as a fallback, with the
icon of the app as a final fallback. The icon should not be used
normally, since an App would fail review for not providing a banner.
BUG: 27349208
BUG: 27857124
BUG: 27953609
Change-Id: I50f6ee714eeddee1ea2b5ae31f23ea68d230bc59
am: e6036ad
* commit 'e6036ad09417edc2a0786237824eff306d1ca1bb':
Keep HUNs that have an active remote input
Change-Id: Ia4ebbfc9f2f1dc6ad45f89a5f0c60ff8893569c0
USER_PRESENT is sent via the background queue. A delay
there can cause us not to recognize that the user has
unlocked and prompt for the credential again, when trust
or fingerprint would be sufficient.
Also removes an obsolete reference to USER_PRESENT from
TrustManagerService.
Change-Id: Ie8d1a180170df5f0c8f9e71660504fd71eeacd99
Fixes: 27830458
am: 819b9bc
* commit '819b9bc9dbf31b8b6db999ff56477038ad95ffcf':
Dismiss keyguard when user button is tapped
Change-Id: I8c88b4067bd58adf66c86f5246ad3674f34784d3