mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Log tapping on split screen & free form icons within task menu.
Bug: 157770913 Sample Log: https://docs.google.com/document/d/1FXi_jY1B63aMSjNyomAmoN1nSTtVbvculNGX7TKdRRw/edit#bookmark=id.4hmzxwn1efy Change-Id: Id98dccb9452af7be20f636410d886dc8aeaa6bd1
This commit is contained in:
@@ -96,6 +96,10 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
+ "the icon onto 'Uninstall' button in the target bar")
|
||||
LAUNCHER_ITEM_UNINSTALL_CANCELLED(470),
|
||||
|
||||
@UiEvent(doc = "User tapped or long pressed on the task icon(aka package icon) "
|
||||
+ "from overview to open task menu.")
|
||||
LAUNCHER_TASK_ICON_TAP_OR_LONGPRESS(517),
|
||||
|
||||
@UiEvent(doc = "User opened package specific widgets list by tapping on widgets system "
|
||||
+ "shortcut within longpress popup window.")
|
||||
LAUNCHER_SYSTEM_SHORTCUT_WIDGETS_TAP(514),
|
||||
@@ -104,9 +108,11 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
+ "within longpress popup window.")
|
||||
LAUNCHER_SYSTEM_SHORTCUT_APP_INFO_TAP(515),
|
||||
|
||||
@UiEvent(doc = "User tapped or long pressed on the task icon(aka package icon) "
|
||||
+ "from overview to open task menu.")
|
||||
LAUNCHER_TASK_ICON_TAP_OR_LONGPRESS(517);
|
||||
@UiEvent(doc = "User tapped on split screen icon on a task menu.")
|
||||
LAUNCHER_SYSTEM_SHORTCUT_SPLIT_SCREEN_TAP(518),
|
||||
|
||||
@UiEvent(doc = "User tapped on free form icon on a task menu.")
|
||||
LAUNCHER_SYSTEM_SHORTCUT_FREE_FORM_TAP(519);
|
||||
// ADD MORE
|
||||
|
||||
private final int mId;
|
||||
|
||||
Reference in New Issue
Block a user