Searched refs:mNumAppsPerRow (Results 1 – 2 of 2) sorted by relevance
84 private final int mNumAppsPerRow; field in AlphabeticalAppsList94 mNumAppsPerRow = mLauncher.getDeviceProfile().inv.numColumns; in AlphabeticalAppsList()333 if (mNumAppsPerRow != 0) { in refillAdapterItems()344 if (numAppsInSection % mNumAppsPerRow == 0) { in refillAdapterItems()367 float subRowFraction = item.rowAppIndex * (rowFraction / mNumAppsPerRow); in refillAdapterItems()
59 private final int mNumAppsPerRow; field in AllAppsRecyclerView90 mNumAppsPerRow = LauncherAppState.getIDP(context).numColumns; in AllAppsRecyclerView()113 * (mNumAppsPerRow + 1)); in updatePoolSize()285 if (items.isEmpty() || mNumAppsPerRow == 0) { in onUpdateScrollbar()357 if (items.isEmpty() || mNumAppsPerRow == 0 || getChildCount() == 0) { in getCurrentScrollY()