Searched refs:addViewToCellLayout (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DHotseat.java131 mContent.addViewToCellLayout(allAppsButton, -1, 0, new CellLayout.LayoutParams(x,y,1,1),
H A DFolder.java557 mContent.addViewToCellLayout(textView, insert ? 0 : -1, (int)item.id, lp, true);
883 mContent.addViewToCellLayout(v, insert ? 0 : -1, (int)info.id, lp, true);
978 mContent.addViewToCellLayout(mCurrentDragView, -1, (int)item.id, lp, true);
H A DPagedViewCellLayout.java117 public boolean addViewToCellLayout(View child, int index, int childId, method in class:PagedViewCellLayout
H A DAppsCustomizePagedView.java771 layout.addViewToCellLayout(icon, -1, i, new PagedViewCellLayout.LayoutParams(x,y, 1,1));
H A DCellLayout.java557 public boolean addViewToCellLayout( method in class:CellLayout
H A DWorkspace.java541 if (!layout.addViewToCellLayout(child, insert ? 0 : -1, childId, lp, markCellsAsOccupied)) {

Completed in 75 milliseconds