Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/ui/view/viewholder/
DCategorySectionViewHolder.kt39 private var sectionTitle: TextView variable
43 sectionTitle = itemView.requireViewById(R.id.section_title)
68 sectionTitle.text = "Section title" // TODO: update view model to include section title in bind()
69 sectionTitle.visibility = View.VISIBLE in bind()
71 sectionTitle.visibility = View.GONE in bind()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DWallpaperActionSelectionBottomSheetContent.kt27 private val sectionTitle: String?, constant in com.android.wallpaper.widget.floatingsheetcontent.WallpaperActionSelectionBottomSheetContent
46 sectionTitle == null in onViewCreated()
66 wallpaperActionSelectionBottomSheetView.setBottomSheetTitle(sectionTitle) in onViewCreated()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/api/
DLoadEntriesHelper.kt139 val sectionTitle = getSectionTitle(lastHeaderDate) in <lambda>() constant
140 entriesWithSectionHeaders.add(FormattedEntry.EntryDateSectionHeader(sectionTitle)) in <lambda>()