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

  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 131 mContent.addViewToCellLayout(allAppsButton, -1, 0, new CellLayout.LayoutParams(x,y,1,1),
PagedViewCellLayout.java 118 public boolean addViewToCellLayout(View child, int index, int childId,
Folder.java 522 mContent.addViewToCellLayout(textView, insert ? 0 : -1, (int)item.id, lp, true);
848 mContent.addViewToCellLayout(v, insert ? 0 : -1, (int)info.id, lp, true);
    [all...]
AppsCustomizePagedView.java 719 layout.addViewToCellLayout(icon, -1, i, new PagedViewCellLayout.LayoutParams(x,y, 1,1));
    [all...]
CellLayout.java 671 public boolean addViewToCellLayout(
    [all...]

Completed in 1245 milliseconds