Searched refs:mCachedScrollPositions (Results 1 – 1 of 1) sorted by relevance
57 private SparseIntArray mCachedScrollPositions = new SparseIntArray(); field in AllAppsRecyclerView229 mCachedScrollPositions.clear(); in setAdapter()352 int y = mCachedScrollPositions.get(position, -1); in getCurrentScrollY()387 mCachedScrollPositions.put(position, y); in getCurrentScrollY()