Searched refs:getBottomSheetContent (Results 1 – 4 of 4) sorted by relevance
168 override fun getBottomSheetContent(option: CustomizationOptionUtil.CustomizationOption): View? { in getBottomSheetContent() method in com.android.wallpaper.customization.ui.util.ThemePickerCustomizationOptionUtil169 return defaultCustomizationOptionUtil.getBottomSheetContent(option) ?: viewMap?.get(option) in getBottomSheetContent()
39 fun getBottomSheetContent(option: CustomizationOption): View? method
77 override fun getBottomSheetContent(option: CustomizationOption): View? { in getBottomSheetContent() method in com.android.wallpaper.picker.customization.ui.util.DefaultCustomizationOptionUtil
236 val view = customizationOptionUtil.getBottomSheetContent(option) ?: return in <lambda>()