Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java60 private final SparseIntArray mCachedScrollPositions = new SparseIntArray(); field in AllAppsRecyclerView
251 mCachedScrollPositions.clear(); in setAdapter()
373 int y = mCachedScrollPositions.get(position, -1); in getCurrentScrollY()
408 mCachedScrollPositions.put(position, y); in getCurrentScrollY()