Home
last modified time | relevance | path

Searched refs:addViewToCellLayout (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java550 mContent.addViewToCellLayout(textView, insert ? 0 : -1, (int)item.id, lp, true); in createAndAddShortcut()
905 mContent.addViewToCellLayout(v, insert ? 0 : -1, (int)info.id, lp, true); in arrangeChildren()
1015 mContent.addViewToCellLayout(mCurrentDragView, -1, (int)item.id, lp, true); in onDrop()
DHotseat.java145 mContent.addViewToCellLayout(allAppsButton, -1, 0, lp, true); in resetLayout()
DPagedViewCellLayout.java101 public boolean addViewToCellLayout(View child, int index, int childId, in addViewToCellLayout() method in PagedViewCellLayout
DAppsCustomizePagedView.java1044 layout.addViewToCellLayout(icon, -1, i, new PagedViewCellLayout.LayoutParams(x,y, 1,1)); in syncAppsPageItems()
DCellLayout.java615 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout() method in CellLayout
DWorkspace.java566 if (!layout.addViewToCellLayout(child, insert ? 0 : -1, childId, lp, markCellsAsOccupied)) { in addInScreen()
/packages/apps/Launcher3/src/com/android/launcher3/
DFolder.java665 mContent.addViewToCellLayout(textView, insert ? 0 : -1, (int)item.id, lp, true); in createAndAddShortcut()
1135 mContent.addViewToCellLayout(v, insert ? 0 : -1, (int)info.id, lp, true); in arrangeChildren()
1273 mContent.addViewToCellLayout(currentDragView, -1, (int) si.id, lp, true); in onDrop()
DHotseat.java171 mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true); in resetLayout()
DPagedViewCellLayout.java95 public boolean addViewToCellLayout(View child, int index, int childId, in addViewToCellLayout() method in PagedViewCellLayout
DAppsCustomizePagedView.java978 layout.addViewToCellLayout(icon, -1, i, new CellLayout.LayoutParams(x,y, 1,1), false); in syncAppsPageItems()
DWorkspace.java671 customScreen.addViewToCellLayout(customContent, 0, 0, lp, true); in addToCustomContentPage()
1057 if (!layout.addViewToCellLayout(child, insert ? 0 : -1, childId, lp, markCellsAsOccupied)) { in addInScreen()
DCellLayout.java594 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout() method in CellLayout