- Jun 06, 2017
-
-
TreeHugger Robot authored
-
Jorim Jaggi authored
Test: Disable assistant, launch dialer on secure keyguard Test: Launch assistant Test: Launch camera Change-Id: Ic3231f5f28fa0cf704b5f5d6e1993b296f14f5a3 Fixes: 38450585
-
Bryce Lee authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Jian Sun authored
-
TreeHugger Robot authored
-
Sundeep Ghuman authored
Merged-In: I0fd96da6a06dafd8c8ebb435a2725ab155bd26ed Bug: b/3692675 Test: Visual confirmation Change-Id: I52909bf55e6efabd2be6c17542f2a15135d25c62
-
Makoto Onuki authored
-
Wale Ogunwale authored
If a divider view is removed or in the process of been removed, then it should no longer have any influence on the size of stacks. Fixes: 62273599 Test: go/wm-smoke Test: enter split-screen and make sure recents is visible, lock and unlock the device and verify things look fine. Change-Id: I79aca82be8a7013328b78e82f508c4ed9fa48a4a
-
Jeff Sharkey authored
-
Bryce Lee authored
Currently, start/stop freezing is always associated with the default display. As a result, any animations that result from freezing will occur on the default display. One situation this happens is during a configuration change, where a screen rotation can be triggered. In the case of adding a secondary display, a configuration change is always triggered to apply the override configuration at the display level. As a result, the default display exhibits a rotation animation upon unfreezing during surface placement. This changelist passes down the display id associated with the action so that the animations may be applied to the right display. In the scenario described perviously, the secondary display id is passed down and therefore is the target of the rotation animation during unfreezing. Fixes: 35486733 Test: go/wm-smoke Test: cts-tradefed run singleCommand cts-dev --module CtsViewTestCases --test android.view.cts.SurfaceViewSyncTest#testSmallRect Change-Id: I87e56f5901934327fc50b3c7e543b5e36b8ff34f
-
Rebecca Silberstein authored
-
Bryce Lee authored
-
Bryce Lee authored
Previously, it was possible for the view hierarchy to be measured, laid out, and drawn around a window frame size that did not match the current configuration. This stems from new configurations not always propagating back from WindowSession#relayout, which is called from ViewRootImpl. This changelist makes WindowManagerService#relayoutWindow always return the latest configuration. It also adds rotation to the configuration. Fixes: 32839232 Test: go/wm-smoke Test: Open Camera while rotating phone to landscape. Added temporary logs to detect inconsistencies between measurements and reported rotation on draw. Change-Id: I39daca338b4f87eff1a509eb99493f01e710ced1
-
Guang Zhu authored
-
TreeHugger Robot authored
-
Christopher Tate authored
The Alarm Manager APIs that allow callers to ascribe wakelock time to other apps are gated on the UPDATE_DEVICE_STATS permission. Document this with the appropriate annotation. Test: N/A Change-Id: Idf5548089fb7d2235139ae8ba7bf58e7f455eb33
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
- Jun 05, 2017
-
-
TreeHugger Robot authored
-
Jeff Sharkey authored
We've seen some @SystemApi methods protected with non-system permissions, so give Doclava the platform AndroidManifest.xml so it can parse the actual permission protection levels to look for APIs that are letting in non-system apps. Also document more @SystemApi permissions. This is purely a docs change; no logic changes are being made. Test: make -j32 update-api Bug: 62263906 Change-Id: Ie0f0a5fb0033817bcc95060f2183a52ae4ae7b06
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Jeff Sharkey authored
-
Erik Wolsheimer authored
Merge "Revert "Fix race condition triggered by quick stop/start of Dream"" into cw-f-dev am: 7a5dd1c3 am: 51a89ee9 Change-Id: I982b94c155849061a667b1bf90f7a511bb81b1c5
-
Erik Wolsheimer authored
am: 7a5dd1c3 Change-Id: Ida35556f6d57113ad06c736ef780580b814f673e
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Sudheer Shanka authored
-
Matthew Ng authored
Since there was a change in ValueAnimator that did not allow setting initial play time per interpolator grouped in an AnimatorSet, set the initial play time for each animation to allow the same effect. Change-Id: I05445bde6e185a99250d7d193bd0e74d5ce98fa0 Fixes: 36175824 Test: manual - launch recents
-
sunjian authored
Bug: 34679769 Test: manual, APCT Change-Id: I7270a5a5dd681ad088fa28e48d849ba3541e45cd
-
Jason Monk authored
-
Jeff Sharkey authored
Most @SystemApi methods should be protected with system (or higher) permissions, so annotate common methods with @RequiresPermission to make automatic verification easier. Verification is really only relevant when calling into system services (where permissions checking can happen on the other side of a Binder call), so annotate managers with the new @SystemService annotation, which is now automatically documented. This is purely a docs change; no logic changes are being made. Test: make -j32 update-api && make -j32 offline-sdk-docs Bug: 62263906 Change-Id: I2554227202d84465676aa4ab0dd336b5c45fc651
-
TreeHugger Robot authored
-
Keyvan Amiri authored
This was causing memory leaks when opening/closing Apps view. Will disable this feature on TV since we are running low on RAM. Bug: 62040693 Test: Compiles Change-Id: Ifc43118dd072f17a047003d1797004bd441669b8
-
Daniel Sandler authored
* changes: Hide redundant foreground service notifications. Updates to Dianne's Dungeon.
-
Jerry Zhang authored
-
Todd Kennedy authored
Change-Id: I07bc45bc82d1cbd2012c4605d5ca19f2ef36d615 Fixes: 62202471 Test: Manual; install instant app, see verification is disabled Test: Manual; install full app, see verification is enabled
-