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.java50 private SparseIntArray mCachedScrollPositions = new SparseIntArray(); field in AllAppsRecyclerView
276 mCachedScrollPositions.clear(); in setAdapter()
379 int y = mCachedScrollPositions.get(position, -1); in getCurrentScrollY()
400 mCachedScrollPositions.put(position, y); in getCurrentScrollY()