- May 21, 2024
-
-
Brian Isganitis authored
Bug: N/A Flag: EXEMPT OWNERS change Test: N/A Change-Id: I70eae3d6e1a4c253ec5f7e70af1cf4441e865e06
-
Orhan Uysal authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Anushree Ganjam authored
-
Luca Zuccarini authored
Note that the files are different only for a subset of the scenarios because the result doesn't change for the others. Bug: 298089923 Flag: ACONFIG com.android.launcher3.enable_scaling_reveal_home_animation DISABLED Test: this CL Change-Id: I16e999787265d3d9ced98af5d27a60f1549e1712
-
Andrew Cole authored
-
Treehugger Robot authored
-
Orhan Uysal authored
In some occasions, launcher leaks through DesktopVisibilityController and SplitFromDesktopController. Set mDesktopVisibilityController and mSplitSelectStateController to null after their onDestroy() methods are called. Bug: 332339792 Test: m Flag: ACONFIG com.android.window.flags.enable_desktop_windowing_mode TEAMFOOD Change-Id: I66418f30ec5d2735f812ee6e4180f55f67d7b46f
-
Uwais Ashraf authored
Bug: 334825222 Test: TasksRepositoryTest Flag: EXEMPT build files Change-Id: Ia682e364d56b23a2b3c3a1ef6d83044d110e14d6
-
Alex Chau authored
- Most TaskView method will now loop through taskContainer instead of accessing the first/second - Moved TaskThumbnailView, showWindowsView, and TaskOverlay to be part of TaskContainer. There are still some TaskOverlay access from TaskThumbnailViewDeprecated that should be remove as we start using TaskThumbnailView Fix: 339787250 Test: Manual Flag: EXEMPT refactor Change-Id: Icfaa4f5eb50582faed01113465335b6d2899f781
-
Sihua Ma authored
-
Brian Isganitis authored
-
Tracy Zhou authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/27420758 Change-Id: I92f5fa8a6e5d04cdf5cf33e1e8003fd88602b172 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
- May 20, 2024
-
-
Anushree Ganjam authored
The SystemShortcutTest is failing after ag/26708194 is submitted. Bug: 341754469 Bug: 341754775 Test: Manual Flag: None Bug fix TestFailure Change-Id: I2e8af1a4913c245a2d5b6164476e240ece79ada8
-
Brian Isganitis authored
Flag: com.android.launcher3.enable_tiny_taskbar Test: None Bug: 341784466 Change-Id: I84be4bed652c27c4ebfba5818c13d98acfa9aa60
-
Tracy Zhou authored
-
Sihua Ma authored
Test: atest Launcher3RoboTests Test: atest NexusLauncherRoboTests Test: SysUI studio Flag: NONE test migration Bug: 297950111 Change-Id: I9124d4f45feb0ded74ffe2e0aabffdf98459ff4f
-
Ats Jenk authored
-
Tracy Zhou authored
- In phone setup mode, gesture mode is no button but the inset we report should be setup inset Fixes: 340998601 Test: https://screenshot.googleplex.com/8Q4WHorpUeqWSjw Change-Id: I84d60ecc7179008e80e7b09eda5b3a1abb24e138 (cherry picked from commit b17af6ff)
-
Tracy Zhou authored
-
Oli Thompson authored
-
- May 19, 2024
-
-
Tracy Zhou authored
Bug: 341582436 Change-Id: I615d3b925dba8987c793c3e871f2aebde10ace53 Test: N/A
-
- May 17, 2024
-
-
Fengjiang Li authored
-
Andrew Cole authored
Adding a unit test for AppFilter. This is a simple class but it shows a good pattern of mocking resources and use that pattern in future unit tests. Bug: 341361892 Test: AppFilterTest Flag: None Change-Id: Icb45ebe7791bb273860ee3fec1c5e59a76f13174
-
Fengjiang Li authored
-
Sunny Goyal authored
-
Ats Jenk authored
-
Ats Jenk authored
Stop sending entire bubble bar bounds to shell. Keeping the bounds in sync was error prone as bubble bar can expand and collapse. Bubbles can be added/removed. In each of these cases we had to make sure that shell gets updated. Shell only needed the full bounds for collapse/expand animation. But after updating the animation, shell only needs the top coordinate of the bubble bar. Bug: 330585402 Flag: com.android.wm.shell.enable_bubble_bar Test: bubble bar drag - drag bar from right to left - expand the bar - check that expanded view scales in from left edge - collapse and drag bar back, check the animation Test: selected bubble drag - drag expanded bubble from right to left - check that expanded view scales in from the left edge - drag the bubble back to right, check animation Test: other bubble drag - drag a unselected bubble from right to left - check that the selected bubble expands in from left edge - drag the bubble back to right, check animation again Test: drag bubble from right to left, observe that expanded view expand animation originates from the bubble bar Change-Id: Ib66cef8d3c04bce54a69e30e99edd408a31f018f
-
Uwais Ashraf authored
-
Ats Jenk authored
Translation for bubble after drag release was based on bubble bar translation. TranslationX was adjusted for bubble position. And translationY was reused from bubble bar. Before ag/27284635 bubble bar translationY just copied over the input translation value. But the cl introduced a fixed translationY applied to bubble bar. This was getting applied to the bubble as well. And resulted in bubble being out of its target position when releasing drag. Bug: 330585402 Test: drag a bubble from bubble bar and release it, observe it animates to its correct position in the bar Change-Id: I48f2a84b60a9cc6047e9841c254b4035212f3c0e
-
Alex Chau authored
Bug: 339787593 Test: Manual Flag: com.android.launcher3.enable_refactor_task_thumbnail Change-Id: I672bf7e5c0fd578974fca16272557f2ef2f218ee
-
Orhan Uysal authored
-
Kean Mariotti authored
-
Fengjiang Li authored
-
Tracy Zhou authored
- In phone setup mode, gesture mode is no button but the inset we report should be setup inset Fixes: 340998601 Test: https://screenshot.googleplex.com/8Q4WHorpUeqWSjw Change-Id: I84d60ecc7179008e80e7b09eda5b3a1abb24e138
-
- May 16, 2024
-
-
Sunny Goyal authored
Bug: 338282246 Flag: None Test: Manual, developer feature atest AutoInstallsLayoutTest Change-Id: I8a5674080f3c156d97bc6118c51532c2fe8177d5
-
Fengjiang Li authored
Fix: 333771185 Test: record prefetto trace Flag: NONE not gated Change-Id: I68a574cbcfed84876fe57fa5be03ca189e569f7e
-
Ats Jenk authored
-
Fengjiang Li authored
Bug: 340362067 Test: manual Flag: NONE Change-Id: I123f02f52408db0f7c711ee420743ac01df04156
-