Home | History | Annotate | Download | only in launcher2

Lines Matching refs:cellLayout

72     protected CellLayout mContent;
156 mContent = (CellLayout) findViewById(R.id.folder_content);
559 CellLayout.LayoutParams lp =
560 new CellLayout.LayoutParams(item.cellX, item.cellY, item.spanX, item.spanY);
820 CellLayout currentLayout = (CellLayout) mLauncher.getWorkspace().getChildAt(currentPage);
900 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) v.getLayoutParams();
952 CellLayout cellLayout = mLauncher.getCellLayout(mInfo.container, mInfo.screen);
958 child = mLauncher.createShortcut(R.layout.application, cellLayout,
966 cellLayout.removeView(mFolderIcon);
973 // the same time in the CellLayout.
1018 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) mCurrentDragView.getLayoutParams();