Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/section/
DPreviewWithClockCarouselSectionController.kt138 val carouselViewStub: ViewStub = in createView() constant
140 carouselViewStub.layoutResource = R.layout.clock_carousel_view in createView()
141 val carouselView = carouselViewStub.inflate() as ClockCarouselView in createView()