Searched refs:effectsBottomSheetSubtitle (Results 1 – 5 of 5) sorted by relevance
146 val effectsBottomSheetSubtitle = in getWallpaperModel() constant147 effectsBottomSheetSubtitle.takeUnless { it.isNullOrEmpty() } ?: return null in getWallpaperModel()153 effectsBottomSheetSubtitle = effectsBottomSheetSubtitle, in getWallpaperModel()
170 String effectsBottomSheetSubtitle = cursor.getString( in readCreativeWallpapers() local180 effectsBottomSheetSubtitle); in readCreativeWallpapers()
330 public void setEffectsBottomSheetSubtitle(String effectsBottomSheetSubtitle) {331 mEffectsBottomSheetSubtitle = effectsBottomSheetSubtitle;
24 val effectsBottomSheetSubtitle: String, constant in com.android.wallpaper.picker.data.CreativeWallpaperEffectsData
81 subtitle = data.effectsBottomSheetSubtitle, in <lambda>()