Home | History | Annotate | Download | only in launcher3

Lines Matching full:mcontent

33     private CellLayout mContent;
56 return mContent;
63 return mContent.getShortcutsAndWidgets().getChildCount() > 1;
71 mContent.setOnLongClickListener(l);
76 return mHasVerticalHotseat ? (mContent.getCountY() - y - 1) : x;
85 return mHasVerticalHotseat ? (mContent.getCountY() - (rank + 1)) : 0;
98 mContent = (CellLayout) findViewById(R.id.layout);
100 mContent.setGridSize(1, (int) grid.inv.numHotseatIcons);
102 mContent.setGridSize((int) grid.inv.numHotseatIcons, 1);
104 mContent.setIsHotseat(true);
110 mContent.removeAllViewsInLayout();
117 inflater.inflate(R.layout.all_apps_button, mContent, false);
139 mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true);