Searched refs:mRowBackgrounds (Results 1 – 1 of 1) sorted by relevance
74 LruCache<Integer, Drawable> mRowBackgrounds = new LruCache<Integer, Drawable>(3) { field in SampleGridPagerAdapter85 mRowBackgrounds.put(row, background);166 return mRowBackgrounds.get(row); in getBackgroundForRow()