- May 29, 2024
-
-
Tom Hsu authored
-
Ivan Chiang authored
-
Massimo Carli authored
-
Ivan Chiang authored
Test: atest CtsPackageManagerTestCases:PackageManagerShellCommandMultiUserTest Test: atest CtsPackageManagerTestCases:PackageManagerTest Bug: 297517712 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:81eb9f8294645684ce1fad39d5d4a00ef11736e4) Merged-In: I271a3526ea4555249e3a2797605269257330e0e9 Change-Id: I271a3526ea4555249e3a2797605269257330e0e9
-
Graciela Putri authored
-
Chaohui Wang authored
Not hard code one, use the default on container color. Fix: 343040341 Test: visual Merged-In: If938962b91775206f32f0107b3b4702f9b5f88d1 Change-Id: I411e468425e5b811ba5c76c72aa158932ef2b087
-
Riddle Hsu authored
-
- May 28, 2024
-
-
Vinit Nayak authored
* Previously gesture was disabled when we started both apps from launcher (overview, workspace, all apps etc) * This handles the case when we start split from in-app taskbar, in that case the transitions finishes much faster and launcher was getting the disable flag turned off before the side animation finished. * Now for enter transitions that are resizing, we delay turning the disable flag off until after the animation completes * Button nav version of this still needs to be handled (separate path from sysui flags, I think?) Bug: 290893291 Test: No longer able to swipe up after starting split from in-app taskbar. Other swipe invocations are still disabled Flag: EXEMPT bugfix Change-Id: Ib489f2b63466c6552a4a2c9c13577844c4b71036 (cherry picked from commit cd6efea5) Merged-In: Ib489f2b63466c6552a4a2c9c13577844c4b71036
-
Vinit Nayak authored
-
Bill Yi authored
-
Bill Yi authored
-
Bill Yi authored
-
Bill Yi authored
-
Bill Yi authored
-
Vinit Nayak authored
* Pass in SysUiState flag to disable and re-enable system gestures in TouchInteractionService. * We disable gestures on any transitions that StageCoordinator itself starts * We re-enable on the finishCallback of the tranisiton for success cases or anywhere else downstream of startAnimation() where we return early. We also re-enable on all places the split unsupported toast is currently shown. Bug: 286509643 Test: Invoked split in various ways and immediately swiping up after split is created doesn't repro bug Change-Id: I50d52fb8b099a6a000373e04d9a6016bd18e7169 Merged-In: I50d52fb8b099a6a000373e04d9a6016bd18e7169
-
Miranda Kephart authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I7141c08dabe5fe6ea6f6e3bf79ece0748e7952cc
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Ifa2f22293efffcb1b373806e1f853be079e5b238
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I941713ddbbe101b45bc69e24a0e18a093e73fe39
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Ia7e7ddd46fae06e551fec715a7de5e8bd6166432
-
Massimo Carli authored
Fix: 341290175 Test: m Change-Id: Icfd314e7646235f15b22ede3ed1e46c418157a9d
-
Yunfan Chen authored
Moving the size override after other compat overrides to make sure the letterbox overrides can be applied correctly. The fields overridden by letterbox doesn't need extra override regarding the stable configuration as all insets are already in consideration. Besides, check shouldCreateCompatDisplayInsets() before applying the override to avoid inconsistency when the compat display insets is not yet created. This is a partial cherry-pick contains the critical part of the change. Bug: 332468995 Bug: 340970172 Bug: 336687188 Test: See reproduce steps in b/332468995 Test: CtsWindowManagerDeviceWindow:WindowMetricsActivityTests Test: CtsWindowManagerSdk25TestCases:AspectRatioSdk25Tests Test: v2/android-crystalball-eng/health/microbench/startup/hscapps/compile-speed-profile/open-maps Merged-In: Iee7ae3ea7e483e6f80fa6ef4659627d620653081 Change-Id: If2e2e7f0eb504f2468f262b195f3a1cd28820423
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Id7cbf60c0afcc0e08c8955e3fb7211a8da22a01d
-
Treehugger Robot authored
-
Seigo Nonaka authored
Bug: 331717791 Test: atest UpdatableFontDirTest Test: Step 1: Build AOSP image and install Test: Step 2: Install font family. Test: Step 3: Remove certificate manually by adb shell. Test: Step 4: Reboot the device Test: Step 5: Install font family. Change-Id: I0373a2e66b7a6a51168094772afb36d8905b6979 Merged-In: I0373a2e66b7a6a51168094772afb36d8905b6979 (cherry picked from commit c273a7e8)
-
Riddle Hsu authored
Simulation: Task A starts(NEW_TASK) Task B, finishes Task B starts(NEW_TASK) Task C Task B calls moveTaskToBack in onPause Task C (declare as translucent and sleep 200ms in onCreate to delay transition) starts(NEW_TASK) Task B -> attempt to move task B to front finishes Because the initial open transition may be done until the last step, then moveTaskToBack for B will run after the last step. Then expect B should be on top but the result is on home screen because A and C are finished, and B is moved to back. This change is kinda a workaround to mitigate the case of deferred move-to-back. Because it is regular to have closing targets in an open transition, the moving task can run with the collecting transition directly. Fix: 325645759 Test: atest TransitionTests#testDeferredMoveTaskToBack Merged-In: I46d8e26110ebefea74e5dd06c85c003b12693416 Change-Id: I46d8e26110ebefea74e5dd06c85c003b12693416 (cherry picked from commit 7079ba9a)
-
Riddle Hsu authored
-
- May 27, 2024
-
-
Oleg Blinnikov authored
Bug: 332711269 Bug: 338927759 Test: atest ExternalDisplayPolicyTest DisplayManagerServiceTest LogicalDisplayMapperTest Change-Id: Iad0c5b0ea19a8f1f14642109639fd435b0e43bc4 (cherry picked from commit ab71a6c1)
-
tomhsu authored
Flag: NA Fix: 331293967 Test: Manual test Test: atest passed Change-Id: I9f7beb7e6e3cf39e7346a8f81b0093a5f7946364
-
Riddle Hsu authored
The case happens when a pip is entering in previous rotation and then display updates. The transition type can be either TRANSIT_CHANGE or TRANSIT_PIP: PipTask CHANGE sb=Rect(0, 0 - 1080, 2340) eb=Rect(0, 0 - 2340, 1080) r=0->3 Display CHANGE sb=Rect(0, 0 - 1080, 2340) eb=Rect(0, 0 - 2340, 1080) r=0->3 The destination pip bounds should be calculated from (2340, 1080). Because a display snapshot should have covered the screen, the pip should go to the end state immediately and only animate the display rotation animation. This also merges [1] and [2]. [1]: I110d1c11f3d3fdcfb83698e5cf1ec4efb062bd10 [2]: Ia9c78105f4a9782c156744e6cb38681f265955a0 Bug: 340367710 Test: Enable auto rotation and home rotation. Swipe up (do not release touch) an auto pip activity in portrait. Rotate the device to landscape. Continue the swipe up to enter pip. The display should show a rotation animation and the pip can show on correct landscape position, Merged-In: Ia1e5e8c7edb8c2a078a66b587d5d26a495166de2 Change-Id: Ia1e5e8c7edb8c2a078a66b587d5d26a495166de2 (cherry picked from commit 6373912c)
-
Tiger Huang authored
-
Beatrice Marchegiani authored
-
Tiger authored
This is for fixing the broken build. Fix: 342955819 Flag: NA Test: presubmit Merged-In: Ic8ddfffb8550cb9875e329d7a9e8b39711a512bd Change-Id: I25238a2a23ab263e595d4ef9ec1f03c4bdf9b1f2
-
Tiger Huang authored
-
Tiger Huang authored
-
- May 26, 2024
-
-
Beatrice Marchegiani authored
Add a check in TarBackupReader to enable the restore of packages in the V_To_U_Allowlist in the V to U downgrade scenario Bug: 341732443 Test: atest -v TarBackupReaderTest, manual test (details: https://b.corp.google.com/issues/341732443#comment18) Change-Id: I12a1f272b17a12abb532a98c0d93f0a9854fcb51
-
- May 25, 2024
-
-
Treehugger Robot authored
Merge "Change location refresh duuration to 5 minutes from 10 minutes to align the PRD" into 24D1-dev
-
Treehugger Robot authored
-