- This ensures that we perform the same dismiss animation when
dismissing via the button or via swipe.
Bug: 28443410
Change-Id: I309c38253e9c2dc78a5882dc663eec84a11619dd
Force a setAppVisibility if the previous app was translucent, so that
the resumed app is added to the opening app list. Otherwise opening
app list is empty and the transition can't be set up correctly.
bug: 28463843
Change-Id: I7f8e28d0f804c799a429743df6fc501c06d62f21
Bug: 28519669
This trace tag makes shadows look way more expensive
than they actually are, particularly troublesome
when tracing things with large number of shadows.
Change-Id: Ib6558b1388edd4b006ec15127470cb9ab563f954
am: 33f39a96cb
* commit '33f39a96cb40850b645833528d275c455898f4d2':
Fixed a bug where the image and the text were overlapping
Change-Id: Ic6953d52b62a2a533f2dd35cf2f83db5db292bb3
There are two parts to VD's native allocation:
1) VD's internal data structure (i.e. groups, paths, etc that make
up of the VD tree). This structure can change, when a VD is used
to load a different drawable resource.
2) Two bitmap caches, not both of which will necessarily be allocated
The size of the bitmap cache depends on canvas matrix and drawable
bounds, and therefore can often change.
We need to count the native allocation from the above against Java heap.
Bug: 26269056
Change-Id: If833aedcf7f3efe00ea73a41ddccb1b48066ffd8
Registering with the maximum potential memory made by visible by an
ImageReader/Writer can cause the VM to try to heavily garbage-collect
the rest of the application. This can have significant impact on camera
applications, since they often have large ImageReader/Writer queues.
Bug: 28454727
Change-Id: I2ba43635f93da66655be024165a15631b3b421d3
am: f10640adef
* commit 'f10640adef2ca62204d802029e65f12d61908e7b':
When fork() fails, clean up data structures.
Change-Id: I9ff64d4a91123660ea11fc762dfcd4b04164d7cf
am: dba83f1289
* commit 'dba83f128999708d15a3172cdfaf0b596e4e7048':
Yell when no home app was found.
Change-Id: I34e9253173c304c2c5d2de6718cb8dc35c255a63
- When adding a new user, adds its default whitelist apps.
- When removing an user, clears its revoked default whitelist apps.
BUG: 28451218
Change-Id: Ic30a3d6d30c7575620edd3ad32c3221203626f8d
On non-FBE devices, we offer to migrate CE/DE storage of certain
system apps during boot. However, if this migration happens after
app code has started to run, we end up clobbering open files such
as databases.
The right way to solve this is to apply all migration early during
boot (in the PMS constructor) before any app code can start.
Bug: 28512897, 28525109
Change-Id: I17eb9a09e5862d873b86c05ce35874a34386e433
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
am: fc6a3ad85b
* commit 'fc6a3ad85bcac1df6b0fc1f79ec65f1a23eb8f71':
Change to return phone count as 0 if voice, sms, data not supported.
Change-Id: Ideaaec05272ecee36504e7207d1187a7d2cdcd5f
am: 388d575893
* commit '388d575893631e778447b6ac1decff12277946d3':
Delete all of the tools/ directory, but save the adk files by moving them up. Redirects for all the tools/ files are already in Piper's site-android/en/_redirects.yaml file. The new adk redirects are in this cl: https://critique.corp.google.com/#review/121302608
Change-Id: I9ab3833eaaf22919312af1e90c51b787ed33d578
The testing shim should be included as a prebuilt. This allows
us to destroy the signing key. This means that the shim can never
be upgraded in the field; aside from its intended purpose in
a CTS test.
Bug: 28398205
Change-Id: I033835d227416ff8aa6602abfc8b977c74cb666d
am: b420612696
* commit 'b42061269617b3ad84882749031413c223d6cb8c':
Use existing bounds when pinning an activity if there is already pinned stack
Change-Id: Id6f6c7b2b4eb8262e5344d914d3024996191d87d