Go to file
Jon Miranda a8c08584a7 Fix bug where double swipe gets us stuck in Hint state while in Overview.
With the second swipe, we never complete the swipe to Overview

NoButtonNavbarToOverviewTouchController#maybeSwipeInteractionToOverviewComplete
- mReachedOverview = true
- mDetector.isSettlingState = false

And then the second swipe starts the state transition to Hint but then
it never gets completed because:
1. The animation starts
2. Gets cancelled
3. Starts again
4. Finishes, but is not marked as success since the cancel in #2 was never
   set back to false

Bug: 160759508
Change-Id: I8c3972e6209c3d5a4a0bdd9f9b7683de18105d57
2020-07-20 10:29:29 -07:00
SharedLibWrapper Fix gradle build of Launcher3 2020-01-17 11:24:43 -08:00
ext_tests Making LauncherProvider think that clear-db request comes from Launcher 2020-06-23 13:59:11 -07:00
go Go Launcher: Fix icon placement retention 2020-07-07 16:32:54 +00:00
iconloaderlib/src/com/android/launcher3/icons/cache Removes iconloaderlib from Launcher3. 2020-03-09 15:52:05 +00:00
proto_overrides Adding support for derivative apps to safely extend LauncherLog proto 2017-07-20 11:47:11 -07:00
protos Log query_length & parent_container for actions on search results. 2020-06-22 18:14:12 -07:00
quickstep Fix bug where double swipe gets us stuck in Hint state while in Overview. 2020-07-20 10:29:29 -07:00
res Fix velocity in StaggeredWorkspaceAnimation. 2020-07-13 21:48:19 +00:00
robolectric_tests Refactor FolderNameInfos. 2020-06-19 23:12:22 -07:00
src/com/android/launcher3 Fix bug where double swipe gets us stuck in Hint state while in Overview. 2020-07-20 10:29:29 -07:00
src_build_config Removing flag overrides. All flags should be defined as togglable flags instead. 2019-09-12 10:17:14 -07:00
src_plugins AllAppsSearch interface change Version 3 2020-05-27 17:16:56 -07:00
src_shortcuts_overrides/com/android/launcher3/model Moving model data structures to a separate file 2020-04-09 13:20:39 -07:00
src_ui_overrides/com/android/launcher3/uioverrides Delete PreviewSurfaceRendered (launcher3 fork) 2020-05-29 12:08:18 -07:00
tests Eliminating messages that launcher activity is frozen 2020-06-22 15:39:19 -07: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 Convert LauncherPluginLib to soong 2020-02-21 14:56:40 -08:00
Android.mk Removing debug requests from non-debug test info handlers 2020-06-10 18:48:37 -07:00
AndroidManifest-common.xml Remove grid options pref key 2020-04-28 15:33:30 -07:00
AndroidManifest.xml Changing target sdk to Q 2019-05-17 23:19:58 -07:00
CleanSpec.mk Move the app to /system_ext 2019-12-05 11:18:52 +00:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:27 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:27 -08:00
OWNERS FeatureFlags OWNERS rule should not inherit parent 2020-03-04 16:46:02 -08:00
PREUPLOAD.cfg Disabling some repo checks for rebolectric files 2020-01-09 09:18:41 -08:00
build.gradle Fix gradle build of Launcher3 2020-01-17 11:24:43 -08:00
fill_screens.py Updating dialtacts to new package. 2012-08-21 13:35:10 -07:00
gradle.properties Fix gradle build of Launcher3 2020-01-17 11:24:43 -08:00
proguard.flags Update proguard flags. 2020-02-24 15:35:49 -08:00
settings.gradle Fix gradle build of Launcher3 2020-01-17 11:24:43 -08:00