/packages/apps/Launcher2/src/com/android/launcher2/ |
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 | Hotseat.java | 145 mContent.addViewToCellLayout(allAppsButton, -1, 0, lp, true); in resetLayout()
|
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 | Folder.java | 665 mContent.addViewToCellLayout(textView, insert ? 0 : -1, (int)item.id, lp, true); in createAndAddShortcut() 1135 mContent.addViewToCellLayout(v, insert ? 0 : -1, (int)info.id, lp, true); in arrangeChildren() 1273 mContent.addViewToCellLayout(currentDragView, -1, (int) si.id, lp, true); in onDrop()
|
D | Hotseat.java | 171 mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true); in resetLayout()
|
D | PagedViewCellLayout.java | 95 public boolean addViewToCellLayout(View child, int index, int childId, in addViewToCellLayout() method in PagedViewCellLayout
|
D | AppsCustomizePagedView.java | 978 layout.addViewToCellLayout(icon, -1, i, new CellLayout.LayoutParams(x,y, 1,1), false); in syncAppsPageItems()
|
D | Workspace.java | 671 customScreen.addViewToCellLayout(customContent, 0, 0, lp, true); in addToCustomContentPage() 1057 if (!layout.addViewToCellLayout(child, insert ? 0 : -1, childId, lp, markCellsAsOccupied)) { in addInScreen()
|
D | CellLayout.java | 594 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout() method in CellLayout
|