Home
last modified time | relevance | path

Searched refs:mViewHeights (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java56 private SparseIntArray mViewHeights = new SparseIntArray(); field in AllAppsRecyclerView
105 mViewHeights.clear(); in updatePoolSize()
106 mViewHeights.put(AllAppsGridAdapter.VIEW_TYPE_ICON, grid.allAppsCellHeightPx); in updatePoolSize()
366 y += mViewHeights.get(item.viewType, 0); in getCurrentScrollY()
370 int elHeight = mViewHeights.get(item.viewType); in getCurrentScrollY()