Searched refs:workspace (Results 1 – 25 of 27) sorted by relevance
12
112 final UiObject2 workspace = verifyActiveContainer(); in tryGetWorkspaceAppIcon() local113 final UiObject2 icon = workspace.findObject( in tryGetWorkspaceAppIcon()143 final UiObject2 workspace = verifyActiveContainer(); in ensureWorkspaceIsScrollable() local144 if (!isWorkspaceScrollable(workspace)) { in ensureWorkspaceIsScrollable()151 mLauncher.getVisibleBounds(workspace).centerY()), in ensureWorkspaceIsScrollable()161 isWorkspaceScrollable(workspace)); in ensureWorkspaceIsScrollable()165 private boolean isWorkspaceScrollable(UiObject2 workspace) { in isWorkspaceScrollable() argument166 return workspace.getChildCount() > 1; in isWorkspaceScrollable()215 final UiObject2 workspace = verifyActiveContainer(); in flingForward() local216 mLauncher.scroll(workspace, Direction.RIGHT, in flingForward()[all …]
128 Workspace workspace = mLauncher.getWorkspace(); in placeFoldersInWorkspace()131 GridOccupancy[] occupancyList = new GridOccupancy[workspace.getChildCount()]; in placeFoldersInWorkspace()133 occupancyList[i] = ((CellLayout) workspace.getChildAt(i)).cloneGridOccupancy(); in placeFoldersInWorkspace()144 workspace.getScreenIdForPageIndex(occupancyIndex), itemXY[0], itemXY[1]); in placeFoldersInWorkspace()150 if (folders.isEmpty()) return workspace.getScreenIdForPageIndex(occupancyIndex); in placeFoldersInWorkspace()163 return workspace.getPageCount(); in placeFoldersInWorkspace()173 Workspace workspace = mLauncher.getWorkspace(); in migrateHotseatWhole() local177 for (int i = 0; i < workspace.getPageCount(); i++) { in migrateHotseatWhole()178 CellLayout target = workspace.getScreenWithId(workspace.getScreenIdForPageIndex(i)); in migrateHotseatWhole()
95 Workspace workspace = launcher.getWorkspace(); in StaggeredWorkspaceAnim() local102 workspace.forEachVisiblePage(page -> addAnimationForPage((CellLayout) page, totalRows)); in StaggeredWorkspaceAnim()104 boolean workspaceClipChildren = workspace.getClipChildren(); in StaggeredWorkspaceAnim()105 boolean workspaceClipToPadding = workspace.getClipToPadding(); in StaggeredWorkspaceAnim()109 workspace.setClipChildren(false); in StaggeredWorkspaceAnim()110 workspace.setClipToPadding(false); in StaggeredWorkspaceAnim()143 workspace.setClipChildren(workspaceClipChildren); in StaggeredWorkspaceAnim()144 workspace.setClipToPadding(workspaceClipToPadding); in StaggeredWorkspaceAnim()
62 Workspace workspace = launcher.getWorkspace(); in WorkspaceRevealAnim() local63 workspace.setPivotToScaleWithSelf(launcher.getHotseat()); in WorkspaceRevealAnim()66 addRevealAnimatorsForView(workspace); in WorkspaceRevealAnim()
187 final Workspace workspace = mLauncher.getWorkspace(); in testWorkspace() local193 workspace.tryGetWorkspaceAppIcon("Chrome")); in testWorkspace()195 workspace.ensureWorkspaceIsScrollable(); in testWorkspace()204 workspace.getWorkspaceAppIcon("Chrome")); in testWorkspace()207 workspace.flingBackward(); in testWorkspace()213 workspace.flingForward(); in testWorkspace()220 final AppIcon app = workspace.getWorkspaceAppIcon("Chrome"); in testWorkspace()
238 Workspace workspace = mLauncher.getWorkspace(); in performAction()239 workspace.snapToPage(workspace.getPageIndexForScreenId(screenId)); in performAction()470 Workspace workspace = mLauncher.getWorkspace(); in findSpaceOnWorkspace() local471 IntArray workspaceScreens = workspace.getScreenOrder(); in findSpaceOnWorkspace()475 int screenIndex = workspace.getCurrentPage(); in findSpaceOnWorkspace()477 CellLayout layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()483 layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()492 workspace.addExtraEmptyScreen(); in findSpaceOnWorkspace()493 screenId = workspace.commitExtraEmptyScreen(); in findSpaceOnWorkspace()494 layout = workspace.getScreenWithId(screenId); in findSpaceOnWorkspace()
115 Workspace workspace = mActivity.getWorkspace(); in prepareForAtomicAnimation() local117 boolean isWorkspaceVisible = workspace.getVisibility() == VISIBLE; in prepareForAtomicAnimation()119 CellLayout currentChild = (CellLayout) workspace.getChildAt( in prepareForAtomicAnimation()120 workspace.getCurrentPage()); in prepareForAtomicAnimation()125 workspace.setScaleX(WORKSPACE_PREPARE_SCALE); in prepareForAtomicAnimation()126 workspace.setScaleY(WORKSPACE_PREPARE_SCALE); in prepareForAtomicAnimation()
70 Workspace workspace = launcher.getWorkspace(); in getWorkspaceScaleAndTranslation() local71 View workspacePage = workspace.getPageAt(workspace.getCurrentPage()); in getWorkspaceScaleAndTranslation()
51 WorkspaceContainer workspace = 1; field85 WorkspaceContainer workspace = 2; field96 // Typically shown up as popup window by longpressing on empty space on workspace.105 DEFAULT_LAYOUT = 1; // icon automatically placed in workspace, folder, hotseat166 optional string package_name = 4; // only populated during snapshot if from workspace167 optional string component_name = 5; // only populated during snapshot if from workspace231 WorkspaceContainer workspace = 4; field
44 public WallpaperOffsetInterpolator(Workspace workspace) { in WallpaperOffsetInterpolator() argument45 mWorkspace = workspace; in WallpaperOffsetInterpolator()46 mIsRtl = Utilities.isRtl(workspace.getResources()); in WallpaperOffsetInterpolator()47 mHandler = new OffsetHandler(workspace.getContext()); in WallpaperOffsetInterpolator()
167 root_folder = os.path.join(args.workspace, 'quick_rro')286 if not os.path.isdir(args.workspace):287 print(str(args.workspace) + ': No such directory')300 signed_apk = os.path.join(args.workspace, 'quick_rro', package_name + '.apk')
73 public WorkspaceTouchListener(Launcher launcher, Workspace workspace) { in WorkspaceTouchListener() argument75 mWorkspace = workspace; in WorkspaceTouchListener()79 mGestureDetector = new GestureDetector(workspace.getContext(), this); in WorkspaceTouchListener()
254 Workspace workspace = getWorkspace(); in onStateSetEnd() local256 if (workspace.getNextPage() != Workspace.DEFAULT_PAGE) { in onStateSetEnd()257 workspace.post(workspace::moveToDefaultScreen); in onStateSetEnd()
70 public WorkspaceStateTransitionAnimation(Launcher launcher, Workspace workspace) { in WorkspaceStateTransitionAnimation() argument72 mWorkspace = workspace; in WorkspaceStateTransitionAnimation()
1178 mWorkspace = mDragLayer.findViewById(R.id.workspace); in setupViews()2228 Workspace workspace = mWorkspace; in bindItems() local2252 (ViewGroup) workspace.getChildAt(workspace.getCurrentPage()), in bindItems()2287 workspace.addInScreenFromBind(view, item); in bindItems()2340 workspace.requestLayout(); in bindItems()
1075 Workspace workspace = launcher.getWorkspace(); in applyColorExtractionOnWidget() local1076 int screenId = workspace.getIdForScreen(this); in applyColorExtractionOnWidget()1077 int pageId = workspace.getPageIndexForScreenId(screenId); in applyColorExtractionOnWidget()
4 /.idea/workspace.xml
130 final Workspace workspace = mLauncher.getWorkspace(); in testUnboundWidget_removed() local137 assertTrue("Widget exists", workspace.tryGetWidget(info.label, 0) == null); in testUnboundWidget_removed()
328 Workspace workspace = mLauncher.findViewById(R.id.workspace); in setupColorExtraction() local329 if (workspace == null) { in setupColorExtraction()
335 Workspace workspace = mActivity.getWorkspace();352 SCALE_PROPERTY.set(workspace, 1f);
344 Workspace workspace = launcher.getWorkspace(); in onDrop() local346 workspace.setFinalTransitionTransform(); in onDrop()355 workspace.resetTransitionTransform(); in onDrop()
103 public void setup(DragController dragController, Workspace workspace) { in setup() argument
261 mWorkspace = mRootView.findViewById(R.id.workspace); in LauncherPreviewRenderer()
498 Workspace workspace = mLauncher.getWorkspace(); in getLauncherContentAnimator() local499 workspace.forEachVisiblePage( in getLauncherContentAnimator()
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...