Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java138 private final int mNumAppsPerRow; field in AlphabeticalAppsList
147 mNumAppsPerRow = mLauncher.getDeviceProfile().inv.numColumns; in AlphabeticalAppsList()
330 if (mNumAppsPerRow != 0) { in refillAdapterItems()
341 if (numAppsInSection % mNumAppsPerRow == 0) { in refillAdapterItems()
364 float subRowFraction = item.rowAppIndex * (rowFraction / mNumAppsPerRow); in refillAdapterItems()
DAllAppsRecyclerView.java56 private final int mNumAppsPerRow; field in AllAppsRecyclerView
87 mNumAppsPerRow = LauncherAppState.getIDP(context).numColumns; in AllAppsRecyclerView()
109 pool.setMaxRecycledViews(AllAppsGridAdapter.VIEW_TYPE_ICON, approxRows * mNumAppsPerRow); in updatePoolSize()
283 if (items.isEmpty() || mNumAppsPerRow == 0) { in onUpdateScrollbar()
355 if (items.isEmpty() || mNumAppsPerRow == 0 || getChildCount() == 0) { in getCurrentScrollY()