HomeSort by relevance Sort by last modified time
    Searched refs:addViewToCellLayout (Results 1 - 10 of 10) 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 132 mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true);
Workspace.java 498 if (!firstPage.addViewToCellLayout(qsb, 0, R.id.search_container_workspace, lp, true)) {
    [all...]
CellLayout.java 561 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params,
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderPagedView.java 228 getPageAt(pageNo).addViewToCellLayout(
354 currentPage.addViewToCellLayout(

Completed in 456 milliseconds