Searched refs:mPageBackgrounds (Results 1 – 1 of 1) sorted by relevance
94 LruCache<Point, Drawable> mPageBackgrounds = new LruCache<Point, Drawable>(3) { field in SampleGridPagerAdapter107 mPageBackgrounds.put(page, background);171 return mPageBackgrounds.get(new Point(column, row)); in getBackgroundForPage()