Searched refs:addViewToCellLayout (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Hotseat.java | 145 mContent.addViewToCellLayout(allAppsButton, -1, 0, lp, true); in resetLayout()
|
D | Folder.java | 550 mContent.addViewToCellLayout(textView, insert ? 0 : -1, (int)item.id, lp, true); in createAndAddShortcut() 905 mContent.addViewToCellLayout(v, insert ? 0 : -1, (int)info.id, lp, true); in arrangeChildren() 1015 mContent.addViewToCellLayout(mCurrentDragView, -1, (int)item.id, lp, true); in onDrop()
|
D | PagedViewCellLayout.java | 101 public boolean addViewToCellLayout(View child, int index, int childId, in addViewToCellLayout() method in PagedViewCellLayout
|
D | AppsCustomizePagedView.java | 1044 layout.addViewToCellLayout(icon, -1, i, new PagedViewCellLayout.LayoutParams(x,y, 1,1)); in syncAppsPageItems()
|
D | CellLayout.java | 615 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout() method in CellLayout
|
D | Workspace.java | 566 if (!layout.addViewToCellLayout(child, insert ? 0 : -1, childId, lp, markCellsAsOccupied)) { in addInScreen()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Hotseat.java | 143 mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true); in resetLayout()
|
D | FolderPagedView.java | 205 getPageAt(pageNo).addViewToCellLayout( in addViewForRank() 330 currentPage.addViewToCellLayout( in arrangeChildren()
|
D | Workspace.java | 661 customScreen.addViewToCellLayout(customContent, 0, 0, lp, true); in addToCustomContentPage() 1035 if (!layout.addViewToCellLayout(child, insert ? 0 : -1, childId, lp, markCellsAsOccupied)) { in addInScreen()
|
D | CellLayout.java | 633 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout() method in CellLayout
|