Home
last modified time | relevance | path

Searched defs:textSecondary (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DBilingualSuggestedLocaleAdapter.java138 TextView textSecondary = itemView.findViewById(R.id.locale_secondary); in setItemState() local
174 TextView textSecondary = itemView.findViewById(R.id.locale_secondary); in setLocaleToListItem() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/animation/
DColorSchemeTransition.kt202 val textSecondary = constant
206 ) { textSecondary -> in textSecondary() method