Searched refs:mBackgrounds (Results 1 – 1 of 1) sorted by relevance
59 Map<Point, Drawable> mBackgrounds = new HashMap<Point, Drawable>(); field in GridExampleActivity.MainAdapter85 Drawable drawable = mBackgrounds.get(pt); in getBackgroundForPage()99 mBackgrounds.put(pt, drawable); in getBackgroundForPage()