Home
last modified time | relevance | path

Searched defs:contentDescriptionResId (Results 1 – 5 of 5) 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/
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.kt268 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.java331 int contentDescriptionResId) { in showIcon()