/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | LoggerUtils.java | 105 str = getFieldName(t.containerType, ContainerType.class); in getTargetStr() 106 if (t.containerType == ContainerType.WORKSPACE || in getTargetStr() 107 t.containerType == ContainerType.HOTSEAT || in getTargetStr() 108 t.containerType == NAVBAR) { in getTargetStr() 110 } else if (t.containerType == ContainerType.FOLDER) { in getTargetStr() 225 public static Target newContainerTarget(int containerType) { in newContainerTarget() argument 227 t.containerType = containerType; in newContainerTarget()
|
D | DumpTargetWrapper.java | 44 public DumpTargetWrapper(int containerType, int id) { in DumpTargetWrapper() argument 46 node = newContainerTarget(containerType, id); in DumpTargetWrapper() 97 dt.containerType = type; in newContainerTarget() 110 String str = LoggerUtils.getFieldName(t.containerType, ContainerType.class); in getDumpTargetStr() 111 if (t.containerType == ContainerType.WORKSPACE) { in getDumpTargetStr() 113 } else if (t.containerType == ContainerType.FOLDER) { in getDumpTargetStr()
|
D | UserEventDispatcher.java | 217 event.srcTarget[0].containerType = srcContainerType; in logActionCommand() 254 event.srcTarget[1].containerType = parentContainerType; in logActionOnControl() 269 public void logActionBounceTip(int containerType) { in logActionBounceTip() argument 271 newContainerTarget(containerType)); in logActionBounceTip() 276 public void logActionOnContainer(int action, int dir, int containerType) { in logActionOnContainer() argument 277 logActionOnContainer(action, dir, containerType, 0); in logActionOnContainer() 280 public void logActionOnContainer(int action, int dir, int containerType, int pageIndex) { in logActionOnContainer() argument 282 newContainerTarget(containerType)); in logActionOnContainer() 363 boolean gestureSwipeLeft, int containerType) { in logActionBack() argument 378 LauncherEvent event = newLauncherEvent(action, target, newContainerTarget(containerType)); in logActionBack()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherState.java | 122 public final int containerType; field in LauncherState 178 public LauncherState(int id, int containerType, int transitionDuration, int flags) { in LauncherState() argument 179 this.containerType = containerType; in LauncherState()
|
D | ShortcutAndWidgetContainer.java | 50 public ShortcutAndWidgetContainer(Context context, @ContainerType int containerType) { in ShortcutAndWidgetContainer() argument 54 mContainerType = containerType; in ShortcutAndWidgetContainer()
|
D | DeviceProfile.java | 566 public int getCellHeight(@ContainerType int containerType) { in getCellHeight() argument 567 switch (containerType) { in getCellHeight()
|
D | Launcher.java | 878 mStateManager.getState().containerType, -1); in onStop() 908 mStateManager.getState().containerType, -1); in handleDeferredResume() 1389 Target target = newContainerTarget(mStateManager.getState().containerType); in onNewIntent() 1795 event.srcTarget[1].containerType == ContainerType.PREDICTION) { in modifyUserEvent() 1803 event.srcTarget[2].containerType = ContainerType.ALLAPPS; in modifyUserEvent() 1805 event.srcTarget[2].containerType = ContainerType.TASKSWITCHER; in modifyUserEvent()
|
D | Hotseat.java | 76 targetParent.containerType = LauncherLogProto.ContainerType.HOTSEAT; in fillInLogContainerData()
|
D | Workspace.java | 3316 targetParent.containerType = ContainerType.WORKSPACE; in fillInLogContainerData() 3319 targetParent.containerType = ContainerType.HOTSEAT; in fillInLogContainerData() 3321 targetParent.containerType = ContainerType.FOLDER; in fillInLogContainerData()
|
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | LauncherInstrumentation.java | 333 private UiObject2 verifyContainerType(ContainerType containerType) { in verifyContainerType() argument 338 log("verifyContainerType: " + containerType); in verifyContainerType() 341 "but the current state is not " + containerType.name())) { in verifyContainerType() 342 switch (containerType) { in verifyContainerType() 387 fail("Invalid state: " + containerType); in verifyContainerType()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | DiscoveryBounce.java | 136 private void show(int containerType) { in show() argument 139 mLauncher.getUserEventDispatcher().logActionBounceTip(containerType); in show()
|
D | AllAppsRecyclerView.java | 144 targetParent.containerType = ContainerType.SEARCHRESULT; in fillInLogContainerData() 146 targetParent.containerType = ContainerType.ALLAPPS; in fillInLogContainerData()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | NavBarToHomeTouchController.java | 186 logStateChange(mStartState.containerType, logAction); in onDragEnd() 219 mEndState.containerType, in logStateChange()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | WindowTransformSwipeHandler.java | 188 int containerType, boolean recentsAttachedToAppWindow) { in GestureEndTarget() argument 193 this.containerType = containerType; in GestureEndTarget() 206 public final int containerType; field in WindowTransformSwipeHandler.GestureEndTarget 1049 endTarget.containerType, in doLogGesture()
|
D | LauncherActivityControllerHelper.java | 476 return launcher != null ? launcher.getStateManager().getState().containerType
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AbstractStateChangeTouchController.java | 551 mStartState.containerType, in logReachedState() 552 targetState.containerType, in logReachedState()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
D | UserEventDispatcherExtension.java | 61 target.containerType = LauncherLogProto.ContainerType.TIP; in logActionTip()
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/ |
D | LauncherActivityControllerHelper.java | 104 return launcher != null ? launcher.getStateManager().getState().containerType
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | PinItemDragListener.java | 109 targetParent.containerType = LauncherLogProto.ContainerType.PINITEM; in fillInLogContainerData()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | BaseWidgetSheet.java | 159 targetParent.containerType = ContainerType.WIDGETS; in fillInLogContainerData()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/ |
D | PredictionRowView.java | 311 targetParent.containerType = LauncherLogProto.ContainerType.PREDICTION; in fillInLogContainerData()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ScrimView.java | 434 mLauncher.getStateManager().getState().containerType); in onPerformActionForVirtualView()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 564 targetParent.containerType = ContainerType.DEEPSHORTCUTS;
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | Folder.java | 1346 targetParent.containerType = ContainerType.FOLDER;
|