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.java59 private final SparseIntArray mViewHeights = new SparseIntArray(); field in AllAppsRecyclerView
111 mViewHeights.clear(); in updatePoolSize()
112 mViewHeights.put(AllAppsGridAdapter.VIEW_TYPE_ICON, grid.allAppsCellHeightPx); in updatePoolSize()
387 y += mViewHeights.get(item.viewType, 0); in getCurrentScrollY()
391 int elHeight = mViewHeights.get(item.viewType); in getCurrentScrollY()