Searched refs:mNumAppsPerRow (Results 1 – 2 of 2) sorted by relevance
66 protected final int mNumAppsPerRow; field in AllAppsRecyclerView87 mNumAppsPerRow = LauncherAppState.getIDP(context).numColumns; in AllAppsRecyclerView()229 if (items.isEmpty() || mNumAppsPerRow == 0 || getChildCount() == 0) { in onUpdateScrollbar()
50 pool.setMaxRecycledViews(AllAppsGridAdapter.VIEW_TYPE_ICON, mNumAppsPerRow); in updatePoolSize()