Lines Matching refs:presenterPos
961 CellPos presenterPos = getCellPosMapper().mapModelToPresenter(requestArgs);
965 int newScreenId = ensurePendingDropLayoutExists(presenterPos.screenId);
967 presenterPos.cellX, presenterPos.cellY, newScreenId, CONTAINER_DESKTOP)
971 mWorkspace.getScreenWithId(presenterPos.screenId);
1516 CellPos presenterPos = getCellPosMapper().mapModelToPresenter(itemInfo);
1535 presenterPos);
1551 itemInfo.container, presenterPos.screenId, presenterPos.cellX, presenterPos.cellY);
1563 showWidgetResizeFrame(launcherHostView, launcherInfo, presenterPos);
1571 CellPos presenterPos) {
1572 CellLayout cellLayout = getCellLayout(launcherInfo.container, presenterPos.screenId);
2281 CellPos presenterPos = getCellPosMapper().mapModelToPresenter(item);
2283 CellLayout cl = mWorkspace.getScreenWithId(presenterPos.screenId);
2284 if (cl != null && cl.isOccupied(presenterPos.cellX, presenterPos.cellY)) {
2285 Object tag = cl.getChildAt(presenterPos.cellX, presenterPos.cellY).getTag();
2311 newItemsScreenId = presenterPos.screenId;