Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DKeyButtonView.java73 private int mContentDescriptionRes; field in KeyButtonView
171 mContentDescriptionRes = value.resourceId; in KeyButtonView()
224 if (mContentDescriptionRes != 0) { in onConfigurationChanged()
225 setContentDescription(mContext.getString(mContentDescriptionRes)); in onConfigurationChanged()