- Sep 19, 2022
-
-
Michal Brzezinski authored
Bug was caused by steadily decreasing height of panel instead of snapping it to 0 immediately. While transitioning from AOD to UNLOCKED, we’re using collapsePanel with animation call which creates height animator. That animator is progressing through shade collapse from fraction of 1 through 0.9, 0. 8 etc making the whole shade visible for some time. We need to immediately collapse shade in that case instead of animating the transition, which is done automatically when changing states. This animation was triggered from resetViews() when going out of doze and resetting views doesn’t seem to be necessary as shade is already getting collapsed when going into doze. Bug: 244777135 Test: go to AOD in split shade, unlock with fingerprint without showing keyguard first, QS are not flashing for a moment Change-Id: Ice020b5d40148026709a78b22af9de4dbc203984
-
Rasheed Lewis authored
-
Vali Calinescu authored
-
Vali Calinescu authored
-
TreeHugger Robot authored
-
- Sep 17, 2022
-
-
Rasheed Lewis authored
Fixes: 247162592 Test: atest ReduceBrightColorsTileTest Test: Manually tapped tile on and off Change-Id: I72a15b2a81875ffa1653cce9c897ce1861ea889c
-
Angela Wang authored
-
Shan Huang authored
-
Ats Jenk authored
-
- Sep 16, 2022
-
-
Ryan Zuklie authored
-
Matt Sziklay authored
-
Ats Jenk authored
We were tracking active freeform tasks in the RecentTasksController. This causes some issues when we want to share that information to other controllers like DesktopModeController. Move tracking of active tasks to a separate repository that controllers can query and listen for updates. Bug: 244348395 Test: atest DesktopModeTaskRepositoryTest RecentTasksControllerTest Change-Id: I7a460020f6b2133225e292a04f29ae1dd27e964b
-
Maryam Dehaini authored
-
Julia Reynolds authored
-
Ale Nijamkin authored
-
Hawkwood Glazier authored
-
Rasheed Lewis authored
-
Rasheed Lewis authored
-
Xiaowen Lei authored
Bug: 222507937 Test: on device, with shell transtion flag on Change-Id: I55f1eb1ed89caf2fb682cbc9580e8461482b8820 Merged-In: I55f1eb1ed89caf2fb682cbc9580e8461482b8820
-
Evan Rosky authored
-
mattsziklay authored
Changes the criteria for showing caption on fullscreen tasks to check if the device is a tablet based on screen size rather than using display windowing mode. Bug: 243671025 Test: Manual testing; launched fullscreen tasks on multiple devices with and without desktop mode flag enabled. Change-Id: I4550f040daef9c55edaaf42bcfc2004a23e6924f
-
Mady Mellor authored
-
Rasheed Lewis authored
-
Hawkwood Glazier authored
The squiggly line was skipping around a bit. This was previously hidden by the squiggly ball. I took the opportunity to reverse the line direction so it doesn't move relative to the player position. Fixes: 246776610 Test: Manually checked squiggle on device Change-Id: If9e8bd5bf68214c0d56b4995796c39291512733c
-
Lais Andrade authored
Merge "Remove VibrationEffect javadocs to methods not available in public APIs." into tm-dev am: 40739d53 am: 6c9ae0c8 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19927366 Change-Id: Ic1f5ba8452dd775377d3e60400f274cc8747f9d7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Hawkwood Glazier authored
-
Lucas Silva authored
-
Lais Andrade authored
Merge "Remove VibrationEffect javadocs to methods not available in public APIs." into tm-dev am: 40739d53 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19927366 Change-Id: I6746d47216297650f05dbda218070e391efa8476 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Tiger Huang authored
* changes: Don't perform config change if relayoutAsync Apply synced relayout if we have FLAG_WINDOW_VISIBILITY_CHANGED
-
Weng Su authored
- Override the TalkBack description from "System UI" to "Quick Settings" Bug: 246426091 Test: manual test atest -c InternetDialogTest Change-Id: Ib1f27d8f70012ed758b1bbc51f28e18916254cae
-
Caitlin Shkuratov authored
-
Caitlin Shkuratov authored
Merge "[Bluetooth] Convert BluetoothController logs to log buffer so we'll always have them." into tm-qpr-dev
-
Riddle Hsu authored
-
Lais Andrade authored
-
Mateusz Cicheński authored
-
Beverly Tai authored
-
Vali Calinescu authored
The current way of computing bounds inside `updateResolvedBoundsPosition` is broken because it can result in negative results for the top bounds if the aspect ratio restriction makes the bounds of the app larger than parentAppBounds. We are fixing this by matching the parentBounds inside `applyAspecRatio` if we find out that the new bounds computed here overlap with the parentAppBounds. We also found out that the vertical and horizontal insets have separate treatment for the aspect ratio restriction, so we decided to cut both insets inside `applyAspectRatio` and only add back the vertical insets inside `updateResolvedBoundsPosition` if the top of the appBounds aligns with the top of parentAppBounds so that the app content gets aligned with the status bar. Bug: 236226770 Test: atest WmTests:SizeCompatTests Change-Id: I183b5dded5276b50f6f8a2d56c09774ab76818a4
-
Alejandro Nijamkin authored
Bug: 246002091 Test: This is a test for the parent CL Change-Id: Ia1e4c360a072c79d8f57bfdb473d55463b27a3e4
-
Tetiana Meronyk authored
-
Linus Tufvesson authored
-