/packages/apps/Launcher2/src/com/android/launcher2/ |
Hotseat.java | 145 mContent.addViewToCellLayout(allAppsButton, -1, 0, lp, true);
|
Folder.java | 550 mContent.addViewToCellLayout(textView, insert ? 0 : -1, (int)item.id, lp, true); [all...] |
PagedViewCellLayout.java | 101 public boolean addViewToCellLayout(View child, int index, int childId,
|
AppsCustomizePagedView.java | [all...] |
CellLayout.java | 615 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, [all...] |
Workspace.java | 566 if (!layout.addViewToCellLayout(child, insert ? 0 : -1, childId, lp, markCellsAsOccupied)) { [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
Hotseat.java | 143 mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true);
|
FolderPagedView.java | 205 getPageAt(pageNo).addViewToCellLayout( 330 currentPage.addViewToCellLayout(
|
Workspace.java | 661 customScreen.addViewToCellLayout(customContent, 0, 0, lp, true); [all...] |
CellLayout.java | 633 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, [all...] |