Go to file
Winson Chung eff9a120c6 Dispatch hover events through the input consumer proxy
- Touch explore uses hover events to focus views for accessibility, but
  we were dropping these events when handling them through the input
  consumer proxy.  The reason this changed is that in sc-v2 we moved the
  recents input consumer to the top of the task display area to ensure
  that it was always above any of the tasks in splitscreen, but by doing
  so, it was always above launcher even after settling in overview.  The
  existing path for handling motion events is heavily tied to touch
  handling (action down/move/up) so we just add a separate path for
  dispatching hover events through the normal mechanism to launcher via
  the consumer.

Bug: 197043796
Change-Id: I5f8cfd357ff13971fe172ce1d0179535479cd26c
2022-01-21 19:40:01 +00:00
ext_tests Moving activity tracker to Launcher process 2021-09-27 17:36:14 +00:00
go Add @Nullable annotations for simple cases 2021-11-12 10:01:33 +00:00
protos Adding support for logging wallpaper container info. 2021-12-08 00:22:59 +00:00
protos_overrides [AA+] Log app launches from AA+ search result container. 2021-02-03 10:08:57 -08:00
quickstep Dispatch hover events through the input consumer proxy 2022-01-21 19:40:01 +00:00
res Import translations. DO NOT MERGE ANYWHERE 2021-12-15 06:58:05 +00:00
src/com/android/launcher3 Merge "Update hotseat alpha in TaskbarLauncherStateController#init()" into sc-v2-dev 2021-12-21 00:30:12 +00:00
src_build_config/com/android/launcher3 Convert Launcher Android.mk to Android.bp to setup RoboTests 2021-03-07 22:42:42 -08:00
src_plugins [Search] Introduce notifyEvent api in OneSearch plugin 2021-11-09 16:41:52 -08:00
src_shortcuts_overrides/com/android/launcher3/model Group weather widgets under the widget category 2021-09-30 14:22:21 +01:00
src_ui_overrides/com/android/launcher3/uioverrides Do not reload launcher when changing active display 2021-08-26 15:55:21 -07:00
tests Merge "delete appIcon from workspace via TAPL" into sc-v2-dev 2021-12-14 02:10:59 +00:00
tools Disabling some repo checks for rebolectric files 2020-01-09 09:18:41 -08:00
.gitignore FeatureFlag: quick scrub is now quick switch 2018-11-01 17:26:31 -04:00
Android.bp Fix ordering of resource libraries for Quickstep build. 2021-12-03 14:54:20 +00:00
Android.mk add kotlin support for launcher 2021-10-29 15:40:41 +00:00
AndroidManifest-common.xml [AA+ Search] Create the plugin interface for search suggest. 2021-08-25 16:09:13 -07:00
AndroidManifest.xml Make Launcher activity restart on density change 2021-11-04 11:33:16 +00:00
CleanSpec.mk Move the app to /system_ext 2019-11-25 20:24:07 +09:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:27 -08:00
OWNERS Merge "Adding new team members working on the launcher" am: 99d4712ddb am: 1b3d656a39 am: 81283cc8be 2021-04-21 17:53:42 +00:00
PREUPLOAD.cfg Disabling some repo checks for rebolectric files 2020-01-09 09:18:41 -08:00
buglist.txt Merging from ub-launcher3-master @ build 6925377 2020-10-23 10:16:50 -07:00
buglist_unique.txt Merging from ub-launcher3-master @ build 6925377 2020-10-23 10:16:50 -07:00
build.gradle Add animated background to the suw all set page. 2021-11-10 14:15:55 -08:00
commitlist.txt Merging from ub-launcher3-master @ build 6925377 2020-10-23 10:16:50 -07:00
fill_screens.py Updating dialtacts to new package. 2012-08-21 13:35:10 -07:00
gradle.properties Decrease build time 2021-09-21 15:25:22 -07:00
lint-baseline-common-deps-lib.xml Add lint baseline to address NewApi errors 2021-04-12 19:36:17 +01:00
lint-baseline-go-res-lib.xml Add lint baseline to address NewApi errors 2021-04-12 19:36:17 +01:00
lint-baseline-launcher3.xml Use global color extraction in widgets for wallpaper preview 2021-07-19 15:03:27 -04:00
lint-baseline-res-lib.xml Add lint baseline to address NewApi errors 2021-04-12 19:36:17 +01:00
proguard.flags Support launcher animations in new transition system 2021-01-17 21:26:21 -08:00
settings.gradle Fix gradle build of Launcher3 2020-01-17 11:24:43 -08:00