Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DPreviewTabs.kt54 private val secondaryTabText: TextView constant
64 secondaryTabText = requireViewById(R.id.secondary_tab_text)
91 secondaryTabText.isSelected = false in onTransitionCompleted()
96 secondaryTabText.isSelected = true in onTransitionCompleted()
184 secondaryTabText.apply { in updateTabText()
194 secondaryTabText.text = secondaryText in setTabsText()
229 secondaryTabText, in setCustomAccessibilityDelegate()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DDuoTabs.java101 public void setTabText(String primaryTabText, String secondaryTabText) { in setTabText() argument
103 mSecondaryTabText.setText(secondaryTabText); in setTabText()