Commit Graph

49925 Commits

Author SHA1 Message Date
András Klöczl 0df2ad8534 Merge "Add animation for all visible pages on home screen." into sc-dev am: d376b27d21
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14325684

Change-Id: Iab68099e03dd1f8e3b55c0c041a88220cb3a5a01
2021-04-27 12:25:19 +00:00
András Klöczl 6f6838d631 Merge "Add animation for all visible pages on home screen." into sc-dev am: d376b27d21
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14325684

Change-Id: Ic90e0232275ea8c7de1dfd3f5bd13746484c3b3f
2021-04-27 12:23:41 +00:00
András Klöczl e2a3e8d9df Merge "Add animation for all visible pages on home screen." into sc-dev am: d376b27d21
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14325684

Change-Id: I8c83def4c38e047693af7b5277d0d84de5848c7c
2021-04-27 12:23:29 +00:00
András Klöczl d376b27d21 Merge "Add animation for all visible pages on home screen." into sc-dev 2021-04-27 12:07:29 +00:00
Alex Chau 9e6b8d6715 Only show ActionsView when GestureEndTarget is RECENTS
- Also, only animate ActionsView out if it's visible

Fixes: 186507807
Test: Restart launcher, swipe up from home, ActionsView is not shown
Change-Id: I7a83b39cea5176efd40552e3a2dd2257d9e2db4c
2021-04-27 12:44:16 +01:00
Cyrus Boadway 5992265708 Merge changes I65d2b1bc,I35bf9cb4 into sc-dev am: 5f35ff021d
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14281907

Change-Id: Ieb8933ca6d92d9bd091decd72e78ec4a106bda97
2021-04-27 10:35:48 +00:00
Cyrus Boadway 3b0e6a7064 Merge changes I65d2b1bc,I35bf9cb4 into sc-dev am: 5f35ff021d
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14281907

Change-Id: Ifa36f2d756f4226793faf0a24b789bffa82fa930
2021-04-27 10:22:28 +00:00
Cyrus Boadway 0b88a6f89a Merge changes I65d2b1bc,I35bf9cb4 into sc-dev am: 5f35ff021d
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14281907

Change-Id: Iec9f10a81ccc3e7d035348fff78daf2a107f58fe
2021-04-27 10:20:51 +00:00
Cyrus Boadway 5f35ff021d Merge changes I65d2b1bc,I35bf9cb4 into sc-dev
* changes:
  Animate App Widget activity launch from Quickstep launchers
  Add a mechanism to temporarily defer App Widget updates
2021-04-27 10:17:00 +00:00
TreeHugger Robot 007a33aedd Merge "Include recommended widgets table vertical padding in the height estimation" into sc-dev am: c2f4f0de02
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14314646

Change-Id: I155d24adcf210fee0eb4be48fcfc2b045997eb6f
2021-04-27 10:13:55 +00:00
TreeHugger Robot 394b041b30 Merge "Include recommended widgets table vertical padding in the height estimation" into sc-dev am: c2f4f0de02
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14314646

Change-Id: Ifb6b4167cdc9fbd8e46809ddcf467884907994c8
2021-04-27 10:13:50 +00:00
Bill Lin bb1e047dd8 Revert "Revert "2/ Resolve gesture one handed conflicts swipe up..."
Revert "Revert "1/ Add onStartTransition() callback for SYSUI_ST..."

Revert submission 14315426-revert_fix_ohm_exit_flicker

Reason for revert: The root cause of b/186197537 is ag/14296935
I should safe to re-landing the 2 CLs

Reverted Changes: 
Ifd17094f0:Revert "1/ Add onStartTransition() callback for SY...
Ia921d073c:Revert "2/ Resolve gesture one handed conflicts sw...

Change-Id: If2164819e96919ca8c0c184639b3cbff0f91caf5
2021-04-27 10:13:29 +00:00
TreeHugger Robot e087ac4968 Merge "Include recommended widgets table vertical padding in the height estimation" into sc-dev am: c2f4f0de02
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14314646

Change-Id: I970a12ba50c3b091de20ca78c4f61daf0c898077
2021-04-27 10:13:07 +00:00
Andras Kloczl da0e0e3c1c Add animation for all visible pages on home screen.
When an app is opened from the home screen there's a
slight animation that was only playing on the current
page and not on all the visible pages.

Test: manual
Bug: 174464691
Change-Id: Ia32cbf6d6277882a0c33063e78acdf1ccc4a5acc
2021-04-27 11:19:26 +02:00
TreeHugger Robot c2f4f0de02 Merge "Include recommended widgets table vertical padding in the height estimation" into sc-dev 2021-04-27 08:57:32 +00:00
Cyrus Boadway 61110601f6 Animate App Widget activity launch from Quickstep launchers
Following the general pattern on icon launch animations, define a
'floating widget view' to represent the appearance of the app widget
through the launch animation.

The floating widget view separates the foreground and background
components of the LauncherAppWidgetHostView, which can be positioned
and animated separately.

The background (or placeholder if no background can be identified)
moves and grows from its original position and size to the launched
app's position and size.

The widget's foreground scales and moves to match, fading out to be
replaced with the app window.

Bug: 169042867
Test: manual
Change-Id: I65d2b1bc80275f9df460790720e13d1650093347
2021-04-27 08:31:49 +00:00
Bill Lin cf3a1dfe08 Merge "Revert "2/ Resolve gesture one handed conflicts swipe up recents"" into sc-dev am: 3b1df8d735
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14309300

Change-Id: I0ebd39bd129660ac6de70ce7204b4ed972ee7364
2021-04-27 04:06:07 +00:00
Bill Lin 7df719fe34 Merge "Revert "2/ Resolve gesture one handed conflicts swipe up recents"" into sc-dev am: 3b1df8d735
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14309300

Change-Id: I24679a8eff02d3faf73fbfbc6a7c2b2dabe73629
2021-04-27 04:04:42 +00:00
Bill Lin 4f468f641d Merge "Revert "2/ Resolve gesture one handed conflicts swipe up recents"" into sc-dev am: 3b1df8d735
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14309300

Change-Id: Ib567535f585adbe43fdaf288b62a0894da7f585d
2021-04-27 04:04:38 +00:00
Bill Lin 3b1df8d735 Merge "Revert "2/ Resolve gesture one handed conflicts swipe up recents"" into sc-dev 2021-04-27 03:37:31 +00:00
TreeHugger Robot da65270450 Merge "Revert "[Search][Motion] Separate AllApps scrim and content interpolation"" into sc-dev am: 1b195c9ff4
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14316411

Change-Id: Ie8c13863edfaef940bdc195e6e2ab78089e376b9
2021-04-27 02:25:52 +00:00
TreeHugger Robot 506dc5572a Merge "Revert "[Search][Motion] Separate AllApps scrim and content interpolation"" into sc-dev am: 1b195c9ff4
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14316411

Change-Id: I71f23f617f3bef937fc896e01c8267a587765a09
2021-04-27 02:23:32 +00:00
TreeHugger Robot 5d868882de Merge "Revert "[Search][Motion] Separate AllApps scrim and content interpolation"" into sc-dev am: 1b195c9ff4
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14316411

Change-Id: I248a448010a0034b2aef411037ba87b2e65b3311
2021-04-27 02:22:26 +00:00
TreeHugger Robot 1b195c9ff4 Merge "Revert "[Search][Motion] Separate AllApps scrim and content interpolation"" into sc-dev 2021-04-27 01:46:44 +00:00
android-build-team Robot bade5c7499 Snap for 7314842 from a7fc3ee4c7 to sc-v2-release
Change-Id: Ic2ac01faffdf19b092e2d61e8648e39b6e23d486
2021-04-27 01:08:31 +00:00
android-build-team Robot c96b1145b0 Snap for 7314842 from a7fc3ee4c7 to sc-release
Change-Id: Idceaab965af36060c589599f5e6e16f66cf0ebf3
2021-04-27 01:08:13 +00:00
Jonathan Miranda 799357f9a6 Merge "Remove reliance on surface to update depth" into sc-dev am: e19a8e53a1
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14313605

Change-Id: Ib2ad696f06bc78140c680119c0b1c3271e94066b
2021-04-27 01:03:59 +00:00
Jonathan Miranda 2b6d59c8e3 Merge "Remove reliance on surface to update depth" into sc-dev am: e19a8e53a1
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14313605

Change-Id: Iad27fec0aa3960b089a548aee35e1c0d87268a3d
2021-04-27 01:02:08 +00:00
Jonathan Miranda 7d769fbe99 Merge "Remove reliance on surface to update depth" into sc-dev am: e19a8e53a1
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14313605

Change-Id: I8e7ab69904beeaf8d43b191f74d3f5b14b42b258
2021-04-27 01:02:06 +00:00
Jonathan Miranda e19a8e53a1 Merge "Remove reliance on surface to update depth" into sc-dev 2021-04-27 00:35:57 +00:00
Jonathan Miranda 2f5a07ce15 Merge "Use separate color for popup when on top of another surface (folder/all apps)." into sc-dev am: 19c1b86bc3
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14314778

Change-Id: If6b327cda6ded5803fc4edca28c9b806f16df2ea
2021-04-27 00:16:05 +00:00
Jonathan Miranda 83283f3d36 Merge "Use separate color for popup when on top of another surface (folder/all apps)." into sc-dev am: 19c1b86bc3
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14314778

Change-Id: I876fc20e1d76371eb7ea0ee8631d6049b124aa3c
2021-04-27 00:14:24 +00:00
Jonathan Miranda 23a32e1d08 Merge "Use separate color for popup when on top of another surface (folder/all apps)." into sc-dev am: 19c1b86bc3
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14314778

Change-Id: I64698f24d87a5d7283551c98776f919ce56a86c4
2021-04-27 00:14:15 +00:00
Zak Cohen 079003b44d Revert "[Search][Motion] Separate AllApps scrim and content interpolation"
This reverts commit 8c383f97e4.

Reason for revert: ScrimView is used in multiple places, Overview is broken by this change.

Change-Id: Ie395e2d94feaca4c9365bb5da68e9dc219990e03
2021-04-26 23:59:07 +00:00
Jonathan Miranda 19c1b86bc3 Merge "Use separate color for popup when on top of another surface (folder/all apps)." into sc-dev 2021-04-26 23:59:04 +00:00
TreeHugger Robot ade64577fa [automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 4958e0b0b2 -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14313290

Change-Id: I57c61bca916212e6005e5360886f8ebd06e57666
2021-04-26 23:13:00 +00:00
TreeHugger Robot c28ab6b90b [automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 4958e0b0b2 -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14313290

Change-Id: I0de8485448b738b4e6e1bf96fe2e3d4a69e24a04
2021-04-26 23:11:26 +00:00
TreeHugger Robot b4f0e689f8 [automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev am: 4958e0b0b2 -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14313290

Change-Id: I240b91630b18be8ebaefab813fd3b1aa46dae09e
2021-04-26 23:11:19 +00:00
TreeHugger Robot 12c1f7da10 Merge "Import translations. DO NOT MERGE ANYWHERE" 2021-04-26 23:02:09 +00:00
TreeHugger Robot 4958e0b0b2 Merge "Import translations. DO NOT MERGE ANYWHERE" into sc-dev 2021-04-26 22:50:35 +00:00
Jon Miranda 72ec557ee7 Remove shadow on folder icon.
Bug: 175329686
Test: manual, verify no shadow on folder icon background
Change-Id: I8ec9ac55ca4fd48155f017376c5bcd6043771d2a
2021-04-26 18:40:03 -04:00
Treehugger Robot 9661d83d91 [automerger skipped] Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Launcher3" am: 4043d2492a -s ours am: 63f08c2050 -s ours am: 05e42acfd8 -s ours am: fcc230f3cb -s ours
am skip reason: skip tag Change-Id Iea957fe3cfc434246acfe19eb7917fbe22079cde with SHA-1 936c340405 is already in history

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/1684659

Change-Id: Ia62bc96c76bdb6e7b6138fd930913b16dc8e1135
2021-04-26 22:33:36 +00:00
Treehugger Robot 3cc9e58a1d [automerger skipped] Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Launcher3" am: 4043d2492a -s ours am: 63f08c2050 -s ours am: 05e42acfd8 -s ours am: fcc230f3cb -s ours
am skip reason: skip tag Change-Id Iea957fe3cfc434246acfe19eb7917fbe22079cde with SHA-1 936c340405 is already in history

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/1684659

Change-Id: Icb7c7a3e1f7a15e7d6eaf3ea72a11265ecfc5727
2021-04-26 22:31:47 +00:00
Treehugger Robot 5232331053 [automerger skipped] Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Launcher3" am: 4043d2492a -s ours am: 63f08c2050 -s ours am: 05e42acfd8 -s ours am: fcc230f3cb -s ours
am skip reason: skip tag Change-Id Iea957fe3cfc434246acfe19eb7917fbe22079cde with SHA-1 936c340405 is already in history

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/1684659

Change-Id: Ibcf40774f9270cd4416f2480b7a273ea3fb82bd7
2021-04-26 22:31:12 +00:00
Vinit Nayak 3f6c3e134f Initialize RotationTouchHelper with RecentsAnimationDeviceState ctor
Added logs to debug why multiple instances of RotationTouchHelper
are being created to begin with.
Ran labtest on CF, passes.

Fixes: 177316094
Change-Id: Ibb980980c61965f456a84a9d85a72ec4ec6e0b19
2021-04-26 15:17:07 -07:00
Treehugger Robot fcc230f3cb [automerger skipped] Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Launcher3" am: 4043d2492a -s ours am: 63f08c2050 -s ours am: 05e42acfd8 -s ours
am skip reason: skip tag Change-Id Iea957fe3cfc434246acfe19eb7917fbe22079cde with SHA-1 936c340405 is already in history

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/1684659

Change-Id: I102be90da0cc74a515850832c3fe23ea791c94d3
2021-04-26 22:09:23 +00:00
Jon Miranda a3c8662a56 Use separate color for popup when on top of another surface (folder/all apps).
This ensures the two surfaces contrast.

Bug: 175329686
Test: long press on item in folder
Change-Id: Ic2ac9c433ce219452024071388fa0cfb51487fb6
2021-04-26 17:59:21 -04:00
Steven Ng c7d7410178 Include recommended widgets table vertical padding in the height estimation
Test: run AddWidgetTest, AddConfigWidgetTest
Bug: 186450511
Change-Id: If306b569058edb3edb3c741199e9c0d96a88f412
2021-04-26 22:19:58 +01:00
android-build-team Robot 19461bcb51 Merge cherrypicks of [14314690, 14314560] into sc-v2-release
Change-Id: I31ec6f37c719faf09ae511b12d8b53564ad83879
2021-04-26 21:15:42 +00:00
Bill Lin ef819708a8 Revert "2/ Resolve gesture one handed conflicts swipe up recents"
This reverts commit 789aa86617.

Reason for revert: for clarify b/186197537 

Change-Id: Ia921d073c2ad4e427c5436370313c2095f2adea8
(cherry picked from commit d7b6a429cd)
2021-04-26 21:15:39 +00:00