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

  /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 550 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 143 mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true);
FolderPagedView.java 205 getPageAt(pageNo).addViewToCellLayout(
330 currentPage.addViewToCellLayout(
CellLayout.java 633 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params,
    [all...]
Workspace.java 661 customScreen.addViewToCellLayout(customContent, 0, 0, lp, true);
    [all...]

Completed in 399 milliseconds