Home
last modified time | relevance | path

Searched refs:WORKSPACE (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/states/
DOverviewState.java29 super(id, ContainerType.WORKSPACE, OVERVIEW_TRANSITION_MS, FLAG_DISABLE_RESTORE); in OverviewState()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DHome.java40 return LauncherInstrumentation.ContainerType.WORKSPACE; in getContainerType()
DLauncherInstrumentation.java89 WORKSPACE, ALL_APPS, OVERVIEW, WIDGETS, BACKGROUND, BASE_OVERVIEW enumConstant
343 case WORKSPACE: { in verifyContainerType()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DLandscapeStatesTouchController.java68 return LauncherLogProto.ContainerType.WORKSPACE; in getLogContainerTypeForNormalState()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DAppLaunchTracker.java39 public static final String CONTAINER_DEFAULT = Integer.toString(ContainerType.WORKSPACE);
DBgDataModel.java180 new DumpTargetWrapper(ContainerType.WORKSPACE, i)); in dumpProto()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DOverviewToAllAppsTouchController.java79 return LauncherLogProto.ContainerType.WORKSPACE; in getLogContainerTypeForNormalState()
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
DAllAppsSwipeController.java62 ContainerType.HOTSEAT : ContainerType.WORKSPACE; in getLogContainerTypeForNormalState()
/packages/apps/Launcher3/protos/
Dlauncher_dump.proto61 WORKSPACE = 1; enumerator
Dlauncher_log.proto81 WORKSPACE = 1; enumerator
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DWorkspaceTouchListener.java176 Action.Direction.NONE, ContainerType.WORKSPACE, in onLongPress()
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DDumpTargetWrapper.java111 if (t.containerType == ContainerType.WORKSPACE) { in getDumpTargetStr()
DLoggerUtils.java106 if (t.containerType == ContainerType.WORKSPACE || in getTargetStr()
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java127 int cellPaddingX = mContainerType == CellLayout.WORKSPACE in measureChild()
DLauncherState.java98 ContainerType.WORKSPACE, 0,
DCellLayout.java152 @IntDef({WORKSPACE, HOTSEAT, FOLDER})
154 public static final int WORKSPACE = 0; field in CellLayout
200 mContainerType = a.getInteger(R.styleable.CellLayout_containerType, WORKSPACE); in CellLayout()
572 return mContainerType == WORKSPACE; in acceptsWidget()
DWorkspace.java1058 Action.Direction.LEFT, ContainerType.WORKSPACE, 0); in onOverlayScrollChanged()
1065 Action.Direction.RIGHT, ContainerType.WORKSPACE, -1); in onOverlayScrollChanged()
1158 swipeDirection, ContainerType.WORKSPACE, prevPage); in notifyPageSwitchListener()
3316 targetParent.containerType = ContainerType.WORKSPACE; in fillInLogContainerData()
DDeviceProfile.java568 case CellLayout.WORKSPACE: in getCellHeight()
DLauncher.java1392 newContainerTarget(ContainerType.WORKSPACE)); in onNewIntent()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java177 ContainerType.WORKSPACE, false),