Searched refs:appsPerRow (Results 1 – 2 of 2) sorted by relevance
239 public void setNumAppsPerRow(int appsPerRow) { in setNumAppsPerRow() argument240 mAppsPerRow = appsPerRow; in setNumAppsPerRow()241 mGridLayoutMgr.setSpanCount(appsPerRow); in setNumAppsPerRow()
141 int appsPerRow = folder.mContent.getPageAt(0).getCountX(); in getItemsToDisplay() local142 int appsToDelete = appsPerRow - MAX_NUM_ITEMS_PER_ROW; in getItemsToDisplay()