Home
last modified time | relevance | path

Searched defs:contentDescriptionResId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DMobileNetworkTypeIcon.kt42 @StringRes val contentDescriptionResId: Int, constant in com.android.settingslib.MobileNetworkTypeIcon
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dialog/ringer/ui/viewmodel/
DRingerButtonViewModel.kt28 @StringRes val contentDescriptionResId: Int, constant in com.android.systemui.volume.dialog.ringer.ui.viewmodel.RingerButtonViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DSegmentedButtons.java81 public void addButton(int labelResId, int contentDescriptionResId, Object value) { in addButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/
DDeviceEntryIconView.kt280 enum class IconType(val contentDescriptionResId: Int) { in <lambda>() constant in IconType
/frameworks/base/packages/SettingsLib/FooterPreference/src/com/android/settingslib/widget/
DFooterPreference.java281 public Builder setContentDescription(@StringRes int contentDescriptionResId) { in setContentDescription()
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewController.java364 int contentDescriptionResId) { in showIcon()