/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
H A D | ItemLongClickListener.java | 38 import com.android.launcher3.testing.TestLogging; 53 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onWorkspaceItemLongClick"); in onWorkspaceItemLongClick() 83 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onAllAppsItemLongClick"); in onAllAppsItemLongClick()
|
H A D | WorkspaceTouchListener.java | 42 import com.android.launcher3.testing.TestLogging; 169 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Workspace.longPress"); in onLongPress()
|
H A D | ItemClickHandler.java | 61 import com.android.launcher3.testing.TestLogging; 300 TestLogging.recordEvent( in startAppShortcutOrInfoActivity()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
H A D | DelegateInputConsumer.java | 5 import com.android.launcher3.testing.TestLogging; 48 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in setActive()
|
H A D | SysUiOverlayInputConsumer.java | 23 import com.android.launcher3.testing.TestLogging; 71 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onInterceptTouch()
|
H A D | OverviewWithoutFocusInputConsumer.java | 31 import com.android.launcher3.testing.TestLogging; 75 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onInterceptTouch()
|
H A D | OverviewInputConsumer.java | 31 import com.android.launcher3.testing.TestLogging; 97 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onMotionEvent()
|
H A D | ProgressDelegateInputConsumer.java | 32 import com.android.launcher3.testing.TestLogging; 127 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onDragStart()
|
H A D | DeviceLockedInputConsumer.java | 43 import com.android.launcher3.testing.TestLogging; 226 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in startRecentsTransition()
|
H A D | OtherActivityInputConsumer.java | 52 import com.android.launcher3.testing.TestLogging; 376 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers");
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarNavButtonController.java | 29 import com.android.launcher3.testing.TestLogging; 177 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onOverviewToggle"); in navigateToOverview()
|
H A D | TaskbarDragLayer.java | 30 import com.android.launcher3.testing.TestLogging; 187 TestLogging.recordMotionEvent(TestProtocol.SEQUENCE_MAIN, "Touch event", ev); in dispatchTouchEvent()
|
/aosp12/packages/apps/Launcher3/ext_tests/src/com/android/launcher3/testing/ |
H A D | DebugTestInformationHandler.java | 162 TestLogging.setEventConsumer( in call() 175 TestLogging.setEventConsumer(null); in call()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
H A D | LauncherAppWidgetHost.java | 42 import com.android.launcher3.testing.TestLogging; 317 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: startConfigActivity"); in startConfigActivity()
|
H A D | BaseWidgetSheet.java | 41 import com.android.launcher3.testing.TestLogging; 115 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Widgets.onLongClick"); in onLongClick()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
H A D | TestLogging.java | 28 public final class TestLogging { class
|
H A D | TestInformationHandler.java | 149 TestProtocol.TEST_INFO_RESPONSE_FIELD, TestLogging.sHadEventsNotFromTest); in call()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | OptionsPopupView.java | 52 import com.android.launcher3.testing.TestLogging; 228 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: startSettings"); in startSettings()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | TouchInteractionService.java | 80 import com.android.launcher3.testing.TestLogging; 190 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onOverviewToggle"); in onOverviewToggle() 576 TestLogging.recordMotionEvent( in onInputEvent()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | TaskView.java | 77 import com.android.launcher3.testing.TestLogging; 693 TestLogging.recordEvent( in launchTaskAnimated() 731 TestLogging.recordEvent( in launchTask()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Launcher.java | 170 import com.android.launcher3.testing.TestLogging; 1806 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: processShortcutFromDrop"); in processShortcutFromDrop() 1949 TestLogging.recordKeyEvent(TestProtocol.SEQUENCE_MAIN, "Key event", event); in dispatchKeyEvent() 1966 TestLogging.recordMotionEvent(TestProtocol.SEQUENCE_MAIN, "Touch event", ev); in dispatchTouchEvent()
|