Home
last modified time | relevance | path

Searched refs:ViewCreationParams (Results 1 – 6 of 6) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCustomizationSectionController.kt41 data class ViewCreationParams( in navigateTo() class
73 fun createView(context: Context, params: ViewCreationParams): T { in isAvailable()
/packages/apps/ThemePicker/src/com/android/customization/picker/color/ui/section/
DColorSectionController.kt42 return createView(context, CustomizationSectionController.ViewCreationParams()) in createView()
47 params: CustomizationSectionController.ViewCreationParams in createView()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/section/
DScreenPreviewSectionController.kt86 return createView(context, CustomizationSectionController.ViewCreationParams()) in <lambda>()
92 params: CustomizationSectionController.ViewCreationParams, in <lambda>()
DConnectedSectionController.kt97 CustomizationSectionController.ViewCreationParams( in add()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/
DCustomizationPickerBinder.kt185 CustomizationSectionController.ViewCreationParams( in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/section/
DPreviewWithClockCarouselSectionController.kt108 params: CustomizationSectionController.ViewCreationParams, in createView()