/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | UserEventDispatcher.java | 139 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Touch.TAP), in logAppLaunch() 163 if (action == Action.Touch.SWIPE || action == Action.Touch.FLING) { in logTaskLaunchOrDismiss() 187 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Touch.TAP), in logNotificationLaunch() 279 if (action == Action.Touch.DRAGDROP) { in logActionOnControl() 372 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Touch.LONGPRESS), in logDeepShortcutsOpen() 381 LauncherEvent event = newLauncherEvent(newTouchAction(Action.Touch.DRAGDROP), in logDragNDrop() 403 int actionTouch = isButton ? Action.Touch.TAP : Action.Touch.SWIPE; in logActionBack()
|
D | LoggerUtils.java | 76 str += getFieldName(action.touch, Action.Touch.class); in getActionStr() 77 if (action.touch == Action.Touch.SWIPE || action.touch == Action.Touch.FLING) { in getActionStr() 86 if (action.touch == Action.Touch.SWIPE || action.touch == Action.Touch.FLING || in getActionStr()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | TaskViewTouchController.java | 40 import com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch; 180 mPendingAnimation.finish(false, Touch.SWIPE); in reInitAnimationController() 260 logAction = Touch.FLING; 264 logAction = Touch.SWIPE; 309 mPendingAnimation.finish(false, Touch.SWIPE); in clearState()
|
D | NavBarToHomeTouchController.java | 50 import com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch; 189 final int logAction = fling ? Touch.FLING : Touch.SWIPE; in onDragEnd()
|
D | FlingAndHoldTouchController.java | 48 import com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch; 183 onSwipeInteractionCompleted(OVERVIEW, Touch.SWIPE); in onDragEnd()
|
D | NoButtonQuickSwitchTouchController.java | 71 import com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch; 327 int logAction = noFling ? Touch.SWIPE : Touch.FLING; in onDragEnd()
|
/packages/apps/Launcher3/protos/ |
D | launcher_log.proto | 144 enum Touch { enum 176 optional Touch touch = 2; 186 // Action (Touch) + Target 187 // Action (Touch) + Target + Target
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/ |
D | OverviewWithoutFocusInputConsumer.java | 38 import com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch; 137 int touch = Touch.FLING; in finishTouchTracking() 144 touch = Touch.SWIPE; in finishTouchTracking()
|
D | AssistantTouchConsumer.java | 30 import static com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch.FLING; 31 import static com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch.SWIPE; 32 import static com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch.SWIPE_NOOP;
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | StatusBarTouchController.java | 37 import com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch; 142 Touch.FLING : Touch.SWIPE, Direction.DOWN, ContainerType.WORKSPACE, in onControllerTouchEvent()
|
D | PortraitStatesTouchController.java | 48 import com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch; 266 mPendingAnimation.finish(false, Touch.SWIPE); in cancelPendingAnim()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | SystemShortcut.java | 151 launcher.getUserEventDispatcher().logActionOnControl(Action.Touch.TAP, in getOnClickListener() 170 activity.getUserEventDispatcher().logActionOnControl(Action.Touch.TAP, in getOnClickListener() 220 activity.getUserEventDispatcher().logActionOnControl(Action.Touch.TAP,
|
D | RemoteActionShortcut.java | 81 activity.getUserEventDispatcher().logActionOnControl(LauncherLogProto.Action.Touch.TAP, in getOnClickListener()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | TaskView.java | 59 import com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch; 208 Touch.TAP, Direction.NONE, getRecentsView().indexOfChild(this), in TaskView() 265 pendingAnimation.finish(true, Touch.SWIPE); in createLaunchAnimationForRunningTask() 392 mIconView.setOnClickListener(v -> showTaskMenu(Touch.TAP)); in setIcon() 395 return showTaskMenu(Touch.LONGPRESS); in setIcon()
|
D | RecentsView.java | 35 import static com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch.TAP; 98 import com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch; 1090 mPendingAnimation.finish(false, Touch.SWIPE); in createTaskDismissAnimation() 1255 controller.setEndAction(() -> pendingAnim.finish(true, Touch.SWIPE)); in runDismissAnimation()
|
D | DigitalWellBeingToast.java | 220 activity.getUserEventDispatcher().logActionOnControl(LauncherLogProto.Action.Touch.TAP, in openAppUsageSettings()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | WindowTransformSwipeHandler.java | 72 import com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch; 224 private int mLogAction = Touch.SWIPE; 645 mLogAction = Touch.SWIPE_NOOP; in onGestureCancelled() 661 mLogAction = isFling ? Touch.FLING : Touch.SWIPE; in onGestureEnded()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AbstractStateChangeTouchController.java | 47 import com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch; 374 final int logAction = fling ? Touch.FLING : Touch.SWIPE; in onDragEnd()
|
D | WorkspaceTouchListener.java | 175 mLauncher.getUserEventDispatcher().logActionOnContainer(Action.Touch.LONGPRESS, in onLongPress()
|
/packages/apps/Settings/tests/uitests/assets/ |
D | search_results_list | 532 Touch & hold delay;select_long_press_timeout_preference 533 Touch sounds;touch_sounds 534 Touch sounds;zen_mode_system 535 Touch vibration;touch_vibration_preference_screen 536 Touch vibration;vibrate_on_touch
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | OptionsPopupView.java | 70 handleViewClick(view, Action.Touch.TAP); in onClick() 75 return handleViewClick(view, Action.Touch.LONGPRESS); in onLongClick()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
D | UserEventDispatcherExtension.java | 65 action.touch = LauncherLogProto.Action.Touch.TAP; in logActionTip()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DeleteDropTarget.java | 19 import static com.android.launcher3.userevent.nano.LauncherLogProto.Action.Touch.TAP;
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestEvents.java | 57 public static final class Touch { class in TestEvents
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationMainView.java | 172 LauncherLogProto.Action.Touch.SWIPE, in onChildDismissed()
|