Searched refs:mNumAppsPerRow (Results 1 – 2 of 2) sorted by relevance
147 private final int mNumAppsPerRow; field in AlphabeticalAppsList156 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()
53 private final int mNumAppsPerRow; field in AllAppsRecyclerView81 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()