/packages/apps/Launcher2/src/com/android/launcher2/ |
Hotseat.java | 145 mContent.addViewToCellLayout(allAppsButton, -1, 0, lp, true);
|
PagedViewCellLayout.java | 101 public boolean addViewToCellLayout(View child, int index, int childId,
|
Folder.java | 547 mContent.addViewToCellLayout(textView, insert ? 0 : -1, (int)item.id, lp, true); [all...] |
AppsCustomizePagedView.java | [all...] |
CellLayout.java | 615 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
Hotseat.java | 175 mContent.addViewToCellLayout(allAppsButton, -1, 0, lp, true);
|
PagedViewCellLayout.java | 95 public boolean addViewToCellLayout(View child, int index, int childId,
|
Folder.java | 593 mContent.addViewToCellLayout(textView, insert ? 0 : -1, (int)item.id, lp, true); [all...] |
AppsCustomizePagedView.java | [all...] |
CellLayout.java | 617 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, [all...] |
Workspace.java | 646 customScreen.addViewToCellLayout(customContent, 0, 0, lp, true); [all...] |