HomeSort by relevance Sort by last modified time
    Searched refs:addViewToCellLayout (Results 1 - 12 of 12) sorted by null

  /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 171 mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true);
Folder.java 665 mContent.addViewToCellLayout(textView, insert ? 0 : -1, (int)item.id, lp, true);
    [all...]
PagedViewCellLayout.java 95 public boolean addViewToCellLayout(View child, int index, int childId,
AppsCustomizePagedView.java     [all...]
Workspace.java 671 customScreen.addViewToCellLayout(customContent, 0, 0, lp, true);
    [all...]
CellLayout.java 594 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params,
    [all...]

Completed in 172 milliseconds