/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | ItemLongClickListener.java | 43 import com.android.launcher3.testing.TestLogging; 65 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Widgets.onLongClick"); in onWorkspaceItemLongClick() 67 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onWorkspaceItemLongClick"); in onWorkspaceItemLongClick() 142 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onAllAppsItemLongClick"); in onAllAppsItemLongClick()
|
D | WorkspaceTouchListener.java | 48 import com.android.launcher3.testing.TestLogging; 206 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Workspace.longPress"); in maybeShowMenu()
|
D | ItemClickHandler.java | 64 import com.android.launcher3.testing.TestLogging; 377 TestLogging.recordEvent( in startAppShortcutOrInfoActivity()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | DelegateInputConsumer.java | 5 import com.android.launcher3.testing.TestLogging; 72 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in setActive()
|
D | SysUiOverlayInputConsumer.java | 25 import com.android.launcher3.testing.TestLogging; 87 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onSwipeUpTouchIntercepted()
|
D | OverviewWithoutFocusInputConsumer.java | 28 import com.android.launcher3.testing.TestLogging; 82 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onSwipeUpTouchIntercepted()
|
D | OverviewInputConsumer.java | 32 import com.android.launcher3.testing.TestLogging; 114 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onMotionEvent()
|
D | BubbleBarInputConsumer.java | 34 import com.android.launcher3.testing.TestLogging; 131 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onMotionEvent()
|
D | ProgressDelegateInputConsumer.java | 35 import com.android.launcher3.testing.TestLogging; 138 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onDragStart()
|
D | DeviceLockedInputConsumer.java | 45 import com.android.launcher3.testing.TestLogging; 251 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in startRecentsTransition()
|
D | OtherActivityInputConsumer.java | 47 import com.android.launcher3.testing.TestLogging; 412 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in notifyGestureStarted()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/ |
D | TaskbarOverlayDragLayer.java | 35 import com.android.launcher3.testing.TestLogging; 82 TestLogging.recordMotionEvent(TestProtocol.SEQUENCE_MAIN, "Touch event", ev); in dispatchTouchEvent()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarDragLayer.java | 42 import com.android.launcher3.testing.TestLogging; 270 TestLogging.recordMotionEvent(TestProtocol.SEQUENCE_MAIN, "Touch event", ev); in dispatchTouchEvent()
|
D | TaskbarNavButtonController.java | 55 import com.android.launcher3.testing.TestLogging; 336 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onOverviewToggle"); in navigateToOverview()
|
D | KeyboardQuickSwitchView.java | 53 import com.android.launcher3.testing.TestLogging; 697 TestLogging.recordKeyEvent(
|
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
D | TestInformationHandler.java | 238 TestProtocol.TEST_INFO_RESPONSE_FIELD, TestLogging.sHadEventsNotFromTest); in call() 365 TestLogging.setEventConsumer( in call() 378 TestLogging.setEventConsumer(null); in call()
|
D | TestLogging.java | 29 public final class TestLogging { class
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | BaseWidgetSheet.java | 48 import com.android.launcher3.testing.TestLogging; 277 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Widgets.onLongClick"); in onLongClick()
|
D | LauncherWidgetHolder.java | 48 import com.android.launcher3.testing.TestLogging; 258 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: startConfigActivity"); in startConfigActivity()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BaseActivity.java | 48 import com.android.launcher3.testing.TestLogging; 322 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onBackInvoked"); in registerBackDispatcher()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | OptionsPopupView.java | 53 import com.android.launcher3.testing.TestLogging; 276 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: startSettings"); in startSettings()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/ |
D | RecentsWindowManager.kt | 46 import com.android.launcher3.testing.TestLogging in <lambda>() 172 TestLogging.recordEvent(SEQUENCE_MAIN, "onBackInvoked") in <lambda>()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | DesktopTaskView.kt | 40 import com.android.launcher3.testing.TestLogging in <lambda>() 414 TestLogging.recordEvent( in <lambda>()
|
D | TaskView.kt | 62 import com.android.launcher3.testing.TestLogging in <lambda>() 1322 TestLogging.recordEvent( in <lambda>() 1374 TestLogging.recordEvent( in <lambda>() 1425 TestLogging.recordEvent( in <lambda>()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
D | HotseatPredictionController.java | 61 import com.android.launcher3.testing.TestLogging; 109 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onWorkspaceItemLongClick");
|