Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java248 public void setNumAppsPerRow(int appsPerRow) { in setNumAppsPerRow() argument
249 mAppsPerRow = appsPerRow; in setNumAppsPerRow()
250 mGridLayoutMgr.setSpanCount(appsPerRow); in setNumAppsPerRow()
494 private int getAppPosition(int position, int numPredictedApps, int appsPerRow) { in getAppPosition() argument
504 int numPredictedAppsOffset = appsPerRow - numPredictedApps; in getAppPosition()