Searched refs:getScreenWithId (Results 1 – 5 of 5) sorted by relevance
73 if (getScreenWithId(screenId) == null) { in addInScreen()98 layout = getScreenWithId(screenId); in addInScreen()138 CellLayout getScreenWithId(int screenId); in getScreenWithId() method
737 mWorkspace.getScreenWithId(requestArgs.screenId); in handleActivityResult()825 CellLayout dropLayout = mWorkspace.getScreenWithId(screenId); in ensurePendingDropLayoutExists()838 CellLayout cellLayout = mWorkspace.getScreenWithId(requestArgs.screenId); in completeTwoStageWidgetDrop()1849 ? mHotseat : mWorkspace.getScreenWithId(screenId); in getCellLayout()2053 CellLayout cl = mWorkspace.getScreenWithId(item.screenId); in bindItems()
763 public CellLayout getScreenWithId(int screenId) { in getScreenWithId() method in Workspace
214 public CellLayout getScreenWithId(int screenId) {
428 layout = workspace.getScreenWithId(screenId); in findSpaceOnWorkspace()