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.java147 private final int mNumAppsPerRow; field in AlphabeticalAppsList
156 mNumAppsPerRow = mLauncher.getDeviceProfile().inv.numColumns; in AlphabeticalAppsList()
339 if (mNumAppsPerRow != 0) { in refillAdapterItems()
350 if (numAppsInSection % mNumAppsPerRow == 0) { in refillAdapterItems()
373 float subRowFraction = item.rowAppIndex * (rowFraction / mNumAppsPerRow); in refillAdapterItems()
DAllAppsRecyclerView.java53 private final int mNumAppsPerRow; field in AllAppsRecyclerView
81 mNumAppsPerRow = LauncherAppState.getIDP(context).numColumns; in AllAppsRecyclerView()
103 pool.setMaxRecycledViews(AllAppsGridAdapter.VIEW_TYPE_ICON, approxRows * mNumAppsPerRow); in updatePoolSize()
262 if (items.isEmpty() || mNumAppsPerRow == 0) { in onUpdateScrollbar()
334 if (items.isEmpty() || mNumAppsPerRow == 0 || getChildCount() == 0) { in getCurrentScrollY()