Searched refs:mCachedScrollPositions (Results 1 – 1 of 1) sorted by relevance
50 private SparseIntArray mCachedScrollPositions = new SparseIntArray(); field in AllAppsRecyclerView276 mCachedScrollPositions.clear(); in setAdapter()379 int y = mCachedScrollPositions.get(position, -1); in getCurrentScrollY()400 mCachedScrollPositions.put(position, y); in getCurrentScrollY()