Go to file
Hyunyoung Song b3fbc0ba8f Quick step/scrub/switch logging
- state transition happening due to Home and back is handled by
  specifying src target as 'from' container and dst target as the 'to'
  container
- Source and Destination container shows FROM and TO state for SWIPE/FLING
- event.isStateChange = true indicates that an action resulted in
  state transition
- Elapsed container millis is the screen time on the source container

Bug: 70181187

- logcat printout with setprop log.tag.UserEvent VERBOSE
1) State: WORKSPACE -> ALLAPPS
  action:FLING direction=UP
  Source child:HOTSEAT id=0	parent:WORKSPACE id=0
  Destination child:ALLAPPS
  Elapsed container 1225 ms, session 1225 ms, action 0 ms

2) ALLAPPS -> HOMESCREEN
  action:FLING direction=DOWN
  Source child:ALLAPPS	parent:ALLAPPS
  Destination child:WORKSPACE id=0
  Elapsed container 971 ms, session 2197 ms, action 0 ms

3) HOMESCREEN -> OVERVIEW
  action:FLING direction=UP
  Source child:NAVBAR	parent:WORKSPACE id=0
  Destination child:TASKSWITCHER
  Elapsed container 4834 ms, session 4834 ms, action 0 ms

4) OVERVIEW-> ALLAPPS
  action:FLING direction=UP
  Source child:TASK	parent:TASKSWITCHER
  Destination child:ALLAPPS
  Elapsed container 2176 ms, session 7010 ms, action 0 ms

5) ALLAPPS->OVERVIEW
  action:FLING direction=DOWN
  Source child:ALLAPPS	parent:ALLAPPS
  Destination child:TASKSWITCHER
  Elapsed container 3683 ms, session 10693 ms, action 0 ms

6) OVERVIEW-> HOMESCREEN
  action:FLING direction=DOWN
  Source child:TASK	parent:TASKSWITCHER
  Destination child:WORKSPACE id=0
  Elapsed container 2108 ms, session 12801 ms, action 0 ms

7) APPS-> OVERVIEW
  action:FLING direction=UP
  Source child:NAVBAR	parent:APP
  Destination child:TASKSWITCHER
  Elapsed container 104 ms, session 104 ms, action 0 ms

8) Quickscrub: action:DRAGANDDROP Source child: QUICK

9) Quickswitch: action:FLING Source child: QUICK

Change-Id: I5898230859ff600f48a2a873a40b670fe4d39a0d
2018-02-20 22:40:19 -08:00
go Re-enabling Widgets in Launcher3Go 2018-02-05 13:57:24 -08:00
proto_overrides Adding support for derivative apps to safely extend LauncherLog proto 2017-07-20 11:47:11 -07:00
protos Quick step/scrub/switch logging 2018-02-20 22:40:19 -08:00
quickstep Quick step/scrub/switch logging 2018-02-20 22:40:19 -08:00
res Import translations. DO NOT MERGE 2018-02-17 03:04:05 -08:00
src/com/android/launcher3 Quick step/scrub/switch logging 2018-02-20 22:40:19 -08:00
src_flags/com/android/launcher3/config Simplifying FeatureFlags by moving common flags to a base class. 2017-07-24 01:03:43 -07:00
src_ui_overrides/com/android/launcher3/uioverrides Revert "Revert "Remove back button when on home screen"" 2018-02-16 03:23:47 +00:00
tests Dominant color is part of icon cache 2018-01-03 16:55:58 -08:00
.gitignore Adding gradle script for Android Studio 2015-08-30 21:04:44 -07:00
Android.mk Re-enabling Widgets in Launcher3Go 2018-02-05 13:57:24 -08:00
AndroidManifest-common.xml Removing extraction service and palette api dependency 2017-09-29 10:40:08 -07:00
AndroidManifest.xml Deleting sample code demonstrating how to extend Launcher3 2017-10-30 09:28:03 -07:00
CleanSpec.mk Revert "Revert "Move wallpaper picker code to a separate directory"" 2013-12-11 15:41:28 +01: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
build.gradle Gradle update 2018-01-26 12:24:16 -08:00
fill_screens.py Updating dialtacts to new package. 2012-08-21 13:35:10 -07:00
print_db.py Tweaking print_db script to take grid size directly. 2015-09-14 11:51:41 -07:00
proguard.flags Refactor LauncherAppTransitionManager & polish for new app transitions. 2018-01-25 14:32:47 -08:00