Home
last modified time | relevance | path

Searched refs:Workspace (Results 1 – 25 of 63) sorted by relevance

123

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/responsive/
DResponsiveSpecsProviderTest.kt47 val provider = ResponsiveSpecsProvider.create(resourceHelper, ResponsiveSpecType.Workspace) in <lambda>()
82 specType = ResponsiveSpecType.Workspace, in <lambda>()
95 specType = ResponsiveSpecType.Workspace, in <lambda>()
114 val provider = ResponsiveSpecsProvider.create(resourceHelper, ResponsiveSpecType.Workspace) in <lambda>()
121 ResponsiveSpecsProvider.create(resourceHelper, ResponsiveSpecType.Workspace) in <lambda>()
127 ResponsiveSpecsProvider.create(resourceHelper, ResponsiveSpecType.Workspace) in <lambda>()
133 ResponsiveSpecsProvider.create(resourceHelper, ResponsiveSpecType.Workspace) in <lambda>()
139 ResponsiveSpecsProvider.create(resourceHelper, ResponsiveSpecType.Workspace) in <lambda>()
145 ResponsiveSpecsProvider.create(resourceHelper, ResponsiveSpecType.Workspace) in <lambda>()
151 ResponsiveSpecsProvider.create(resourceHelper, ResponsiveSpecType.Workspace) in <lambda>()
[all …]
DWorkspaceSpecsTest.kt48 ResponsiveSpecType.Workspace in parseValidFile()
172 ResponsiveSpecType.Workspace in parseInvalidFile_missingTag_throwsError()
180 ResponsiveSpecType.Workspace in parseInvalidFile_moreThanOneValuePerTag_throwsError()
188 ResponsiveSpecType.Workspace in parseInvalidFile_valueBiggerThan1_throwsError()
196 ResponsiveSpecType.Workspace in parseInvalidFile_matchWorkspace_true_throwsError()
DCalculatedWorkspaceSpecTest.kt56 ResponsiveSpecType.Workspace in normalPhone_returnsThirdBreakpointSpec()
99 ResponsiveSpecType.Workspace in smallPhone_returnsFirstBreakpointSpec()
141 ResponsiveSpecType.Workspace in smallPhone_returnsFirstBreakpointSpec_unsortedFile()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DHomeAppIcon.java49 Workspace.dragIconToWorkspace( in dragToIcon()
70 Workspace.dragIconToWorkspace( in dragToFolder()
114 public Workspace uninstall() { in uninstall()
118 return Workspace.uninstallAppIcon( in uninstall()
137 final Supplier<Point> dest = () -> Workspace.getHotseatCellCenter(mLauncher, cellInd); in dragToHotseat()
139 Workspace.dragIconToHotseat( in dragToHotseat()
164 final Point center = Workspace.getHotseatCellCenter(mLauncher, cellInd); in isInHotseatCell()
DWorkspace.java63 public final class Workspace extends Home { class
77 Workspace(LauncherInstrumentation launcher) { in Workspace() method in Workspace
387 public Workspace dragAndCancelAppIcon(HomeAppIcon homeAppIcon) {
401 return new Workspace(mLauncher); in try()
412 public Workspace deleteAppIcon(HomeAppIcon homeAppIcon) {
426 return new Workspace(mLauncher);
443 static Workspace uninstallAppIcon(LauncherInstrumentation launcher, HomeAppIcon homeAppIcon,
473 final Workspace newWorkspace = new Workspace(launcher);
730 int currentPage = Workspace.getCurrentPage(launcher);
749 currentPage = Workspace.getCurrentPage(launcher);
[all …]
DWorkspaceDragSource.java55 Workspace.dragIconToWorkspace( in internalDragToWorkspace()
81 final Supplier<Point> dest = () -> Workspace.getCellCenter(launcher, cellX, cellY); in dragToWorkspace()
85 Workspace.dragIconToWorkspace( in dragToWorkspace()
DHomeAllApps.java38 public Workspace switchToWorkspace(boolean swipeDown) { in switchToWorkspace()
123 public Workspace pressBackToWorkspace() { in pressBackToWorkspace()
131 return new Workspace(mLauncher); in pressBackToWorkspace()
DWorkspaceAppIcon.java36 return Workspace.LONG_CLICK_EVENT; in getLongClickEvent()
40 final Point center = Workspace.getCellCenter(mLauncher, cellX, cellY); in isInCell()
DBaseOverview.java169 public Workspace touchOutsideFirstTask() { in touchOutsideFirstTask()
188 return new Workspace(mLauncher); in touchOutsideFirstTask()
225 new Workspace(mLauncher); in touchTaskbarBottomCorner()
426 public Workspace dismissByEscKey() { in dismissByEscKey()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplTwoPanelWorkspaceTest.java37 import com.android.launcher3.tapl.Workspace;
103 Workspace workspace = mLauncher.getWorkspace(); in testDragIconToRightPanel()
119 Workspace workspace = mLauncher.getWorkspace(); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible()
173 Workspace workspace = mLauncher.getWorkspace(); in testDragIconToPage2()
189 Workspace workspace = mLauncher.getWorkspace(); in testDragIconToPage3()
206 Workspace workspace = mLauncher.getWorkspace(); in testMultiplePageDragIcon()
254 Workspace workspace = mLauncher.getWorkspace(); in testEmptyPageDoesNotGetRemovedIfPagePairIsNotEmpty()
294 Workspace workspace = mLauncher.getWorkspace(); in testEmptyPagesGetRemovedIfBothPagesAreEmpty()
321 Workspace workspace = mLauncher.getWorkspace(); in testMiddleEmptyPagesGetRemoved()
DTaplWorkspaceTest.java28 import com.android.launcher3.tapl.Workspace;
80 final Workspace workspace = mLauncher.getWorkspace(); in testWorkspace()
126 Workspace workspace = mLauncher.getWorkspace(); in testAddAndDeletePageAndFling()
/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/
DTaplUninstallRemoveTest.java37 import com.android.launcher3.tapl.Workspace;
66 Workspace workspace = mLauncher.getWorkspace().deleteAppIcon(homeAppIcon); in testDeleteFromWorkspace()
73 private void verifyAppUninstalledFromAllApps(Workspace workspace, String appName) { in verifyAppUninstalledFromAllApps()
121 Workspace workspace = mLauncher.getWorkspace(); in testUninstallFromAllApps()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DSpringLoadedDragController.java24 import com.android.launcher3.Workspace;
67 Workspace<?> w = mLauncher.getWorkspace(); in onAlarm()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DUnfoldMoveFromCenterWorkspaceAnimator.java23 import com.android.launcher3.Workspace;
44 Workspace<?> workspace = mLauncher.getWorkspace(); in onPrepareViewsForAnimation()
DWorkspaceRevealAnim.java39 import com.android.launcher3.Workspace;
56 private static final FloatProperty<Workspace<?>> WORKSPACE_SCALE_PROPERTY =
71 Workspace<?> workspace = launcher.getWorkspace(); in WorkspaceRevealAnim()
DQuickstepOnboardingPrefs.java34 import com.android.launcher3.Workspace;
109 && launcher.getWorkspace().getNextPage() == Workspace.DEFAULT_PAGE; in setup()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DSpringLoadedState.java26 import com.android.launcher3.Workspace;
51 Workspace<?> ws = launcher.getWorkspace(); in getWorkspaceScaleAndTranslation()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DWallpaperOffsetInterpolator.java20 import com.android.launcher3.Workspace;
36 private final Workspace<?> mWorkspace;
47 public WallpaperOffsetInterpolator(Workspace<?> workspace) { in WallpaperOffsetInterpolator()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DWorkspaceTouchListener.java43 import com.android.launcher3.Workspace;
70 private final Workspace<?> mWorkspace;
78 public WorkspaceTouchListener(Launcher launcher, Workspace<?> workspace) { in WorkspaceTouchListener()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java77 private static final FloatProperty<Workspace<?>> WORKSPACE_SCALE_PROPERTY =
84 private final Workspace<?> mWorkspace;
88 public WorkspaceStateTransitionAnimation(Launcher launcher, Workspace<?> workspace) { in WorkspaceStateTransitionAnimation()
248 Workspace<?> workspace, float scale) { in getWorkspaceSpringScaleAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduController.java33 import com.android.launcher3.Workspace;
85 Workspace<?> workspace = mLauncher.getWorkspace(); in migrateHotseatWhole()
156 CellLayout cellLayout = mLauncher.getWorkspace().getScreenWithId(Workspace.FIRST_SCREEN_ID); in showEdu()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsTrackpad.java33 import com.android.launcher3.tapl.Workspace;
126 Workspace workspace = mLauncher.goHome(); in testQuickSwitchFromHome()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DPredictionHelper.java29 import com.android.launcher3.Workspace;
97 && info.screenId == Workspace.FIRST_SCREEN_ID); in isTrackedForHotseatPrediction()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/unfold/
DUnfoldAnimationBuilder.kt28 import com.android.launcher3.Workspace in <lambda>()
127 val workspace: Workspace<*> = launcher.workspace in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DPreviewSurfaceRenderer.java51 import com.android.launcher3.Workspace;
254 LauncherSettings.Favorites.SCREEN + " = " + Workspace.FIRST_SCREEN_ID in loadModelData()
259 + Workspace.SECOND_SCREEN_ID; in loadModelData()

123