Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/logging/
DStatsLogManager.java76 if (startContainerType == LauncherLogProto.ContainerType.WORKSPACE.getNumber() in getLauncherAtomEvent()
77 && targetContainerType == LauncherLogProto.ContainerType.WORKSPACE.getNumber()) { in getLauncherAtomEvent()
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/states/
DOverviewState.java29 super(id, ContainerType.WORKSPACE, FLAG_DISABLE_RESTORE); in OverviewState()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DHome.java40 return LauncherInstrumentation.ContainerType.WORKSPACE; in getContainerType()
DLauncherInstrumentation.java110 WORKSPACE, ALL_APPS, OVERVIEW, WIDGETS, BACKGROUND, FALLBACK_OVERVIEW enumConstant
573 case WORKSPACE: { in verifyVisibleObjects()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DAppLaunchTracker.java39 public static final String CONTAINER_DEFAULT = Integer.toString(ContainerType.WORKSPACE);
/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/com/android/launcher3/touch/
DAllAppsSwipeController.java75 ? ContainerType.HOTSEAT : ContainerType.WORKSPACE; in getLogContainerTypeForNormalState()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DSpringLoadedState.java38 super(id, ContainerType.WORKSPACE, STATE_FLAGS); in SpringLoadedState()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DOverviewWithoutFocusInputConsumer.java89 : LauncherLogProto.ContainerType.WORKSPACE; in onSwipeUp()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DStatusBarTouchController.java137 Touch.FLING : Touch.SWIPE, Direction.DOWN, ContainerType.WORKSPACE, in onControllerTouchEvent()
DPortraitStatesTouchController.java173 return isTouchOverHotseat(mLauncher, ev) ? ContainerType.HOTSEAT : ContainerType.WORKSPACE; in getLogContainerTypeForNormalState()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java101 ContainerType.WORKSPACE,
DShortcutAndWidgetContainer.java127 int cellPaddingX = mContainerType == CellLayout.WORKSPACE in measureChild()
DCellLayout.java152 @IntDef({WORKSPACE, HOTSEAT, FOLDER})
154 public static final int WORKSPACE = 0; field in CellLayout
198 mContainerType = a.getInteger(R.styleable.CellLayout_containerType, WORKSPACE); in CellLayout()
577 return mContainerType == WORKSPACE; in acceptsWidget()
DWorkspace.java1005 Action.Direction.LEFT, ContainerType.WORKSPACE, 0); in onOverlayScrollChanged()
1023 Action.Direction.RIGHT, ContainerType.WORKSPACE, -1); in onOverlayScrollChanged()
1129 swipeDirection, ContainerType.WORKSPACE, prevPage); in notifyPageSwitchListener()
3283 parents.add(newContainerTarget(ContainerType.WORKSPACE)); in fillInLogContainerData()
DDeviceProfile.java629 case CellLayout.WORKSPACE: in getCellHeight()
DLauncher.java943 if (containerType == ContainerType.WORKSPACE && mWorkspace != null) { in logStopAndResume()
1444 newContainerTarget(ContainerType.WORKSPACE)); in onNewIntent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DGestureState.java47 HOME(true, ContainerType.WORKSPACE, false),
/packages/apps/Launcher3/protos/
Dlauncher_log.proto115 WORKSPACE = 1; enumerator
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DFolderInfo.java402 return builder.setContainerType(LauncherLogProto.ContainerType.WORKSPACE); in newParentContainerTarget()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java549 case WORKSPACE: in checkLauncherIntegrity()