Home | History | Annotate | Download | only in launcher2

Lines Matching refs:CellLayout

72     protected CellLayout mContent;
155 mContent = (CellLayout) findViewById(R.id.folder_content);
546 CellLayout.LayoutParams lp =
547 new CellLayout.LayoutParams(item.cellX, item.cellY, item.spanX, item.spanY);
814 CellLayout currentLayout = (CellLayout) mLauncher.getWorkspace().getChildAt(currentPage);
894 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) v.getLayoutParams();
946 CellLayout cellLayout = mLauncher.getCellLayout(mInfo.container, mInfo.screen);
952 child = mLauncher.createShortcut(R.layout.application, cellLayout,
960 cellLayout.removeView(mFolderIcon);
967 // the same time in the CellLayout.
1012 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) mCurrentDragView.getLayoutParams();