- Jun 07, 2024
-
-
Tiger authored
The previous commit, 7d409b07, would accidentally clear the padding set to the content view (id/content). This CL prevents that to make the behavior compatible. Fix: 345480675 Bug: 343131420 Bug: 309578419 Flag: com.android.window.flags.enforce_edge_to_edge Test: atest ActionBarOverlayLayoutTest Change-Id: I63b0ea99e951f80da60ede1d4ab5b42cf057eb0e
-
Jiaming Liu authored
-
Louis Chang authored
-
Yi Kong authored
Merge "profcollect: Use postDelayed instead of starting a thread and sleep" into main am: 3d74755d am: 6b1196d0 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3118074 Change-Id: I4a944a231901ded00bc6e36031b2c1f51b61c0ad Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Yi Kong authored
Merge "profcollect: Use postDelayed instead of starting a thread and sleep" into main am: 3d74755d Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3118074 Change-Id: I15b0f0e80b0ada5917b0285f9452c8f2b7396ff5 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Yi Kong authored
-
Louis Chang authored
-
David Lin authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27673400 Change-Id: Ia9ab3de91c9c6d4038ef366d667acef788a78348 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
David Lin authored
-
Yi Kong authored
Addresses follow-up comments from https://r.android.com/3115077. Change-Id: I6abaee35a4797c4e0d43daffaf2ab49d650cd9cc Test: presubmit Bug: 319394981
-
David Lin authored
am skip reason: Merged-In I7a6e7387e5e8712f93e1c8df19e8741c541a1b2f with SHA-1 fccca461 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27722744 Change-Id: I17429b40bde07ac6f3e4ec3887b8c4914c0eed18 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Evan Chen authored
am skip reason: Merged-In I7a6e7387e5e8712f93e1c8df19e8741c541a1b2f with SHA-1 fccca461 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27722744 Change-Id: I15ba8e57b1eb2898014ec5b26231925b561ba113 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
David Lin authored
[automerger skipped] Merge "Reset mAnimatingExit flag while relayout visible window." into 24D1-dev am: c502421b -s ours am skip reason: Merged-In Id2718b438ef9f21b0bc4182e50b59de07c445372 with SHA-1 daff5ea4 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27708335 Change-Id: Ifcc48e732db73c61656aea76ce0081a7587c97f4 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
wilsonshih authored
[automerger skipped] Reset mAnimatingExit flag while relayout visible window. am: b0623b13 -s ours am skip reason: Merged-In Id2718b438ef9f21b0bc4182e50b59de07c445372 with SHA-1 daff5ea4 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27708335 Change-Id: I640649f8aff1fdcf39d0ab378f686d05c585c146 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
David Lin authored
-
David Lin authored
-
Riddle Hsu authored
-
Treehugger Robot authored
-
Steven Moreland authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3111727 Change-Id: Ic8dcd026e0094195045efec7a50b933a4a747161 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Yisroel Forta authored
-
Steven Moreland authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3111727 Change-Id: I7ccd71acf52b6e47b7cf1cd1aca4c51d20fca6c1 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Steven Moreland authored
-
Song Chun Fan authored
-
William Xiao authored
-
Mady Mellor authored
-
Shai Barack authored
-
Aishwarya Mallampati authored
-
- Jun 06, 2024
-
-
Shai Barack authored
-
Mykola Podolian authored
-
Jorge Gil authored
-
Mady Mellor authored
Currently when the views get updated for a mode change, it doesn't take into account the expanded state. This change ensures that if bubbles was expanded prior to a mode change, the expanded state gets applied to the layer view & that the expanded and selected state is sent over to launcher in the initial bubble bar state. The real root cause of this is that when a foldable is rotated, we're getting an unregister and then a register call for our bubble state listener from launcher, which causes a mode change. It would be good to check why that's happening because it seems incorrect, however, we shouldn't rely on launcher's correctness / should ensure the current state is applied which is what this CL does. Flag: com.android.wm.shell.bubble_bar Test: atest BubbleDataTest BubblesTest Test: manual - enable bubble bar on a foldable - expand bubbles, rotate device => observe that bubbles are expanded still => collapse bubbles and check that swipe to home and overview works fine Bug: 324443226 Change-Id: I12ec9755cc1d5de9d03ca2074eaac16a6bb1efa8
-
Treehugger Robot authored
-
Mady Mellor authored
-
Tracy Zhou authored
Merge "Add a boolean variable to signal whether we use deadzone with nav bar, and use that signal in our existing logic." into main
-
Treehugger Robot authored
-
Xin Li authored
[automerger skipped] Merge "Merge 2024-06 Release (ab/AP2A.240605.024) to aosp-main-future" into aosp-main-future am: 17a071f2 -s ours am skip reason: Merged-In I20b3d485a00109060a6ed206503aa3c12c812969 with SHA-1 fa74cd76 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27551804 Change-Id: I0ff1d3c8c1c43440dc9d1a1f4a0996254a0ff44a Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Xin Li authored
[automerger skipped] Merge 2024-06 Release (ab/AP2A.240605.024) to aosp-main-future am: 2e74dfde -s ours am skip reason: Merged-In I20b3d485a00109060a6ed206503aa3c12c812969 with SHA-1 fa74cd76 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/27551804 Change-Id: I3ec7df2b2a98d72fd0a9992d0130b4978ece822a Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Stefan Andonian authored
-
Songchun Fan authored
This reverts ag/25983279, which introduced a behavior change in the locking of writeSettings. As a result of that CL, the disk writes were not guarded by "synchronized (mLock)" which may cause issues if the settings are being modified at the same time as the writes. BUG: 345278249 Test: presubmit Change-Id: I3c855c986bb7bc9b7ab220e416305d562c621a5b
-