Home
last modified time | relevance | path

Searched refs:NotificationSectionView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/picker/notifications/ui/section/
DNotificationSectionController.kt25 import com.android.customization.picker.notifications.ui.view.NotificationSectionView
34 ) : CustomizationSectionController<NotificationSectionView> {
41 override fun createView(context: Context): NotificationSectionView { in createView()
47 ) as NotificationSectionView in createView()
/packages/apps/ThemePicker/src/com/android/customization/picker/notifications/ui/view/
DNotificationSectionView.kt24 class NotificationSectionView( class