Searched refs:effectsBottomSheetTitle (Results 1 – 5 of 5) sorted by relevance
144 val effectsBottomSheetTitle = in getWallpaperModel() constant145 effectsBottomSheetTitle.takeUnless { it.isNullOrEmpty() } ?: return null in getWallpaperModel()152 effectsBottomSheetTitle = effectsBottomSheetTitle, in getWallpaperModel()
168 String effectsBottomSheetTitle = cursor.getString( in readCreativeWallpapers() local178 effectsBottomSheetTitle); in readCreativeWallpapers()
307 public void setEffectsBottomSheetTitle(String effectsBottomSheetTitle) {308 mEffectsBottomSheetTitle = effectsBottomSheetTitle;
23 val effectsBottomSheetTitle: String, constant in com.android.wallpaper.picker.data.CreativeWallpaperEffectsData
80 title = data.effectsBottomSheetTitle, in <lambda>()