Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerView.java66 private final SparseIntArray mCachedScrollPositions = new SparseIntArray(); field in AllAppsRecyclerView
72 mCachedScrollPositions.clear();
390 int y = mCachedScrollPositions.get(position, -1); in getCurrentScrollY()
425 mCachedScrollPositions.put(position, y); in getCurrentScrollY()