Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java332 if (mNumAppsPerRow != grid.allAppsNumCols || in onMeasure()
334 mNumAppsPerRow = grid.allAppsNumCols; in onMeasure()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java121 public int allAppsNumCols; field in DeviceProfile
362 allAppsNumCols = allAppsNumPredictiveCols = inv.numColumns; in updateAppsViewNumCols()