Searched refs:wallpaperIndex (Results 1 – 2 of 2) sorted by relevance
885 val wallpaperIndex = if (category.supportsCustomPhotos()) position - 1 else position in <lambda>() constant886 val item = items[wallpaperIndex] as PickerItem.CreativeCollection in <lambda>()923 val wallpaperIndex = if (category.supportsCustomPhotos()) position - 1 else position in <lambda>() constant924 val item = items[wallpaperIndex] as PickerItem.WallpaperItem in <lambda>()
704 int wallpaperIndex = mCategory.supportsCustomPhotos() ? position - 1 : position; in onBindIndividualHolder() local705 WallpaperInfo wallpaper = mWallpapers.get(wallpaperIndex); in onBindIndividualHolder()