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/
DAllAppsRecyclerView.java66 protected final int mNumAppsPerRow; field in AllAppsRecyclerView
87 mNumAppsPerRow = LauncherAppState.getIDP(context).numColumns; in AllAppsRecyclerView()
229 if (items.isEmpty() || mNumAppsPerRow == 0 || getChildCount() == 0) { in onUpdateScrollbar()
DSearchRecyclerView.java50 pool.setMaxRecycledViews(AllAppsGridAdapter.VIEW_TYPE_ICON, mNumAppsPerRow); in updatePoolSize()