Searched defs:subtitleView (Results 1 – 8 of 8) sorted by relevance
227 final TextView subtitleView = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_withSubtitle_checkSubtitle() local237 final TextView subtitleView = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_noSubtitle_checkSubtitle() local
51 val subtitleView: TextView = view.requireViewById(R.id.subtitle) in <lambda>() constant
105 val subtitleView = view.requireViewById<TextView>(R.id.subtitle) in <lambda>() constant
185 final TextView subtitleView = (TextView) holder.findViewById(R.id.banner_subtitle); in onBindViewHolder() local
317 final TextView subtitleView = new TextView(context); in SaveUi() local
386 TextView subtitleView = emptyStateView.findViewById(R.id.resolver_empty_state_subtitle); in showEmptyState() local
85 private lateinit var subtitleView: TextView in <lambda>() variable in com.android.systemui.controls.management.ControlsFavoritingActivity
2504 TextView subtitleView = (TextView) convertView.findViewById(R.id.subtitle); in getView() local