Searched refs:indexOfExistingTile (Results 1 – 1 of 1) sorted by relevance
367 int indexOfExistingTile = 0; in addTemporaryWallpaperTile() local368 for (; indexOfExistingTile < mWallpapersView.getChildCount(); indexOfExistingTile++) { in addTemporaryWallpaperTile()369 View thumbnail = mWallpapersView.getChildAt(indexOfExistingTile); in addTemporaryWallpaperTile()379 mWallpapersView.removeViewAt(indexOfExistingTile); in addTemporaryWallpaperTile()