Go to file
LibXZR b1c71f95ab Launcher3: Do not attach cleanupScreenshot() to frame update event
When the animation get canceled, cleanupScreenshot() should
be run instantly because it does something like removing
pending animations. The switchToScreenshot() attaches it to
RtFrameCallback which only be called on frame update. This
is leading to problems as the next frame update may only
happened when the next gesture starts, which means all the
pending animations will be removed on next gesture. And then
the next gesture freezed.

Fixes randomly gesture freeze since 12L.

Change-Id: I10247294a2dcae467706c434685b299f8b525888
Signed-off-by: LibXZR <i@xzr.moe>
2024-03-12 00:47:53 +05:30
ext_tests Add debug logs to help investigate view and activity leak test failures. 2023-03-20 15:54:47 -07:00
go Launcher3: Use font configs instead hardcoded fonts 2023-07-07 21:02:30 +09:00
libs Launcher3: Google feed integration 2023-03-23 15:04:46 +09:00
protos Merge "Log when taskbar is in task switcher container." into tm-qpr-dev 2023-03-08 18:56:02 +00:00
protos_overrides
quickstep Launcher3: Do not attach cleanupScreenshot() to frame update event 2024-03-12 00:47:53 +05:30
res Launcher3: Bring back developer settings on all builds 2024-03-12 00:47:53 +05:30
src/com/android/launcher3 Launcher3: Enable more animations when dismissing keyguard 2024-03-12 00:47:53 +05:30
src_base/co/aospa/launcher Create Paranoid Launcher. 2023-03-22 11:44:33 +09:00
src_build_config/com/android/launcher3 Launcher3: Implement Smartspace 2023-03-26 14:10:35 +09:00
src_plugins Adding support for multiple overlay callbacks 2022-11-03 14:37:40 -07:00
src_shortcuts_overrides/com/android/launcher3 Using DiffUtil for calculating widget diff instead 2023-02-14 20:59:29 +00:00
src_ui_overrides/com/android/launcher3/uioverrides Restarting launcher if a flag changes 2023-02-28 12:01:22 -08:00
tests Allow grids to specify if we should start align taskbar in 3 button 2023-04-05 10:29:51 -07:00
tools
.gitignore Launcher3: Add Google Lens scan button to recents 2023-03-23 15:04:47 +09:00
Android.bp Merge tag 'LA.QSSI.13.0.r1-12600-qssi.0' of https://git.codelinaro.org/clo/la/platform/packages/apps/Launcher3 into HEAD 2024-02-05 06:29:46 +08:00
AndroidManifest-common.xml Launcher3: Introduce faster status bar expansion 2024-03-12 00:47:53 +05:30
AndroidManifest.xml Expose themed icon setting in ThemePicker 2023-03-23 12:10:57 +09:00
CleanSpec.mk
OWNERS Merge "Update OWNER file with current team members" into tm-qpr-dev 2023-03-03 18:34:01 +00:00
PREUPLOAD.cfg Check kotlin format before uploading 2023-01-10 13:24:43 +00:00
buglist.txt
buglist_unique.txt
build.gradle Fix launcher test symbols 2023-02-07 21:43:43 +00:00
commitlist.txt
gradle.properties
lint-baseline-common-deps-lib.xml
lint-baseline-go-res-lib.xml
lint-baseline-launcher3.xml Add a lint baseline for Launcher3 2022-11-11 23:27:20 +00:00
lint-baseline-res-lib.xml
privapp_whitelist_aospa_launcher3.xml Launcher3: Add kill action to app shortcuts popup 2023-03-23 15:04:47 +09:00
proguard.flags
settings.gradle