Home
last modified time | relevance | path

Searched defs:subtitleView (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialogTest.java227 final TextView subtitleView = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_withSubtitle_checkSubtitle() local
237 final TextView subtitleView = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_noSubtitle_checkSubtitle() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DCredentialViewBinder.kt51 val subtitleView: TextView = view.requireViewById(R.id.subtitle) in <lambda>() constant
DBiometricViewBinder.kt105 val subtitleView = view.requireViewById<TextView>(R.id.subtitle) in <lambda>() constant
/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/
DBannerMessagePreference.java185 final TextView subtitleView = (TextView) holder.findViewById(R.id.banner_subtitle); in onBindViewHolder() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java317 final TextView subtitleView = new TextView(context); in SaveUi() local
/frameworks/base/core/java/com/android/internal/app/
DAbstractMultiProfilePagerAdapter.java386 TextView subtitleView = emptyStateView.findViewById(R.id.resolver_empty_state_subtitle); in showEmptyState() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsFavoritingActivity.kt85 private lateinit var subtitleView: TextView in <lambda>() variable in com.android.systemui.controls.management.ControlsFavoritingActivity
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java2504 TextView subtitleView = (TextView) convertView.findViewById(R.id.subtitle); in getView() local