Loading quickstep/src/com/android/launcher3/taskbar/TaskbarDragController.java +5 −0 Original line number Diff line number Diff line Loading @@ -153,6 +153,11 @@ public class TaskbarDragController extends DragController<BaseTaskbarContext> im return false; } TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onTaskbarItemLongClick"); if (TestProtocol.sDebugTracing) { Log.d(TestProtocol.TWO_TASKBAR_LONG_CLICKS, "TaskbarDragController.startDragOnLongClick", new Throwable()); } BubbleTextView btv = (BubbleTextView) view; mActivity.onDragStart(); btv.post(() -> { Loading tests/shared/com/android/launcher3/testing/shared/TestProtocol.java +1 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,7 @@ public final class TestProtocol { public static final String PERMANENT_DIAG_TAG = "TaplTarget"; public static final String VIEW_AND_ACTIVITY_LEAKS = "b/260260325"; public static final String WORK_TAB_MISSING = "b/243688989"; public static final String TWO_TASKBAR_LONG_CLICKS = "b/262282528"; public static final String REQUEST_EMULATE_DISPLAY = "emulate-display"; public static final String REQUEST_STOP_EMULATE_DISPLAY = "stop-emulate-display"; Loading Loading
quickstep/src/com/android/launcher3/taskbar/TaskbarDragController.java +5 −0 Original line number Diff line number Diff line Loading @@ -153,6 +153,11 @@ public class TaskbarDragController extends DragController<BaseTaskbarContext> im return false; } TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onTaskbarItemLongClick"); if (TestProtocol.sDebugTracing) { Log.d(TestProtocol.TWO_TASKBAR_LONG_CLICKS, "TaskbarDragController.startDragOnLongClick", new Throwable()); } BubbleTextView btv = (BubbleTextView) view; mActivity.onDragStart(); btv.post(() -> { Loading
tests/shared/com/android/launcher3/testing/shared/TestProtocol.java +1 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,7 @@ public final class TestProtocol { public static final String PERMANENT_DIAG_TAG = "TaplTarget"; public static final String VIEW_AND_ACTIVITY_LEAKS = "b/260260325"; public static final String WORK_TAB_MISSING = "b/243688989"; public static final String TWO_TASKBAR_LONG_CLICKS = "b/262282528"; public static final String REQUEST_EMULATE_DISPLAY = "emulate-display"; public static final String REQUEST_STOP_EMULATE_DISPLAY = "stop-emulate-display"; Loading