Home
last modified time | relevance | path

Searched refs:mContentDescriptionRes (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonView.java69 private int mContentDescriptionRes; field in KeyButtonView
166 mContentDescriptionRes = value.resourceId; in KeyButtonView()
215 if (mContentDescriptionRes != 0) { in onConfigurationChanged()
216 setContentDescription(mContext.getString(mContentDescriptionRes)); in onConfigurationChanged()