Searched refs:workspace (Results 1 – 22 of 22) sorted by relevance
220 final Workspace workspace = (Workspace) v.getRootView().findViewById(R.id.workspace); in handleHotseatButtonKeyEvent() local225 int pageIndex = workspace.getNextPage(); in handleHotseatButtonKeyEvent()226 int pageCount = workspace.getChildCount(); in handleHotseatButtonKeyEvent()231 final CellLayout iconLayout = (CellLayout) workspace.getChildAt(pageIndex); in handleHotseatButtonKeyEvent()270 parent = getCellLayoutChildrenForIndex(workspace, pageIndex + 1); in handleHotseatButtonKeyEvent()274 workspace.snapToPage(pageIndex + 1); in handleHotseatButtonKeyEvent()277 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1); in handleHotseatButtonKeyEvent()281 workspace.snapToPage(pageIndex - 1); in handleHotseatButtonKeyEvent()284 parent = getCellLayoutChildrenForIndex(workspace, pageIndex - 1); in handleHotseatButtonKeyEvent()288 workspace.snapToPage(pageIndex - 1); in handleHotseatButtonKeyEvent()[all …]
304 Workspace workspace = launcher.getWorkspace();307 boolean isWorkspaceVisible = workspace.getVisibility() == VISIBLE;309 CellLayout currentChild = (CellLayout) workspace.getChildAt(310 workspace.getCurrentPage());315 workspace.setScaleX(0.92f);316 workspace.setScaleY(0.92f);
53 public WorkspaceStateTransitionAnimation(Launcher launcher, Workspace workspace) { in WorkspaceStateTransitionAnimation() argument55 mWorkspace = workspace; in WorkspaceStateTransitionAnimation()
1106 mWorkspace = mDragLayer.findViewById(R.id.workspace); in setupViews()2039 Workspace workspace = mWorkspace; in bindItems() local2062 (ViewGroup) workspace.getChildAt(workspace.getCurrentPage()), in bindItems()2097 workspace.addInScreenFromBind(view, item); in bindItems()2135 workspace.requestLayout(); in bindItems()
95 final UiObject2 workspace = verifyActiveContainer(); in tryGetWorkspaceAppIcon() local96 final UiObject2 icon = workspace.findObject( in tryGetWorkspaceAppIcon()125 final UiObject2 workspace = verifyActiveContainer(); in ensureWorkspaceIsScrollable() local126 if (!isWorkspaceScrollable(workspace)) { in ensureWorkspaceIsScrollable()133 workspace.getVisibleBounds().centerY()), in ensureWorkspaceIsScrollable()139 isWorkspaceScrollable(workspace)); in ensureWorkspaceIsScrollable()142 private boolean isWorkspaceScrollable(UiObject2 workspace) { in isWorkspaceScrollable() argument143 return workspace.getChildCount() > 1; in isWorkspaceScrollable()182 final UiObject2 workspace = verifyActiveContainer(); in flingForward() local183 mLauncher.scroll(workspace, Direction.RIGHT, in flingForward()[all …]
81 Workspace workspace = launcher.getWorkspace(); in StaggeredWorkspaceAnim() local82 CellLayout cellLayout = (CellLayout) workspace.getChildAt(workspace.getCurrentPage()); in StaggeredWorkspaceAnim()86 boolean workspaceClipChildren = workspace.getClipChildren(); in StaggeredWorkspaceAnim()87 boolean workspaceClipToPadding = workspace.getClipToPadding(); in StaggeredWorkspaceAnim()93 workspace.setClipChildren(false); in StaggeredWorkspaceAnim()94 workspace.setClipToPadding(false); in StaggeredWorkspaceAnim()143 workspace.setClipChildren(workspaceClipChildren); in StaggeredWorkspaceAnim()144 workspace.setClipToPadding(workspaceClipToPadding); in StaggeredWorkspaceAnim()
196 Workspace workspace = mLauncher.getWorkspace(); in performAction()197 workspace.snapToPage(workspace.getPageIndexForScreenId(screenId)); in performAction()414 Workspace workspace = mLauncher.getWorkspace(); in findSpaceOnWorkspace() local415 IntArray workspaceScreens = workspace.getScreenOrder(); in findSpaceOnWorkspace()419 int screenIndex = workspace.getCurrentPage(); in findSpaceOnWorkspace()421 CellLayout layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()427 layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace()436 workspace.addExtraEmptyScreen(); in findSpaceOnWorkspace()437 screenId = workspace.commitExtraEmptyScreen(); in findSpaceOnWorkspace()438 layout = workspace.getScreenWithId(screenId); in findSpaceOnWorkspace()
178 final Workspace workspace = mLauncher.getWorkspace(); in testWorkspace() local184 workspace.tryGetWorkspaceAppIcon("Chrome")); in testWorkspace()186 workspace.ensureWorkspaceIsScrollable(); in testWorkspace()195 workspace.getWorkspaceAppIcon("Chrome")); in testWorkspace()198 workspace.flingBackward(); in testWorkspace()204 workspace.flingForward(); in testWorkspace()211 final AppIcon app = workspace.getWorkspaceAppIcon("Chrome"); in testWorkspace()
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()
161 root_folder = os.path.join(args.workspace, 'quick_rro')275 if not os.path.isdir(args.workspace):276 print(str(args.workspace) + ': No such directory')289 signed_apk = os.path.join(args.workspace, 'quick_rro', package_name + '.apk')
72 public WorkspaceTouchListener(Launcher launcher, Workspace workspace) { in WorkspaceTouchListener() argument74 mWorkspace = workspace; in WorkspaceTouchListener()78 mGestureDetector = new GestureDetector(workspace.getContext(), this); in WorkspaceTouchListener()
82 Workspace workspace = launcher.getWorkspace(); in getWorkspaceScaleAndTranslation() local83 View workspacePage = workspace.getPageAt(workspace.getCurrentPage()); in getWorkspaceScaleAndTranslation()
135 public void setWorkspace(Workspace workspace) { in setWorkspace() argument136 mWorkspace = workspace; in setWorkspace()
160 mWorkspace = mRootView.findViewById(R.id.workspace);
311 Workspace workspace = mLauncher.getWorkspace(); in onDrop() local313 workspace.setFinalTransitionTransform(); in onDrop()322 workspace.resetTransitionTransform(); in onDrop()
448 final Workspace workspace = mLauncher.getWorkspace(); in startAnimation() local450 (CellLayout) workspace.getChildAt(workspace.getCurrentPage()); in startAnimation()
132 final Workspace workspace = mLauncher.getWorkspace(); in testUnboundWidget_removed() local139 assertTrue("Widget exists", workspace.tryGetWidget(info.label, 0) == null); in testUnboundWidget_removed()
117 public void setup(DragController dragController, Workspace workspace) { in setup() argument119 mWorkspaceScrim.setWorkspace(workspace); in setup()
86 OVERVIEW = 6; // Zoomed out workspace (without QuickStep)
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...