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/statusbar/policy/
DKeyButtonView.java51 private int mContentDescriptionRes; field in KeyButtonView
93 mContentDescriptionRes = value.resourceId; in KeyButtonView()
127 if (mContentDescriptionRes != 0) { in onConfigurationChanged()
128 setContentDescription(mContext.getString(mContentDescriptionRes)); in onConfigurationChanged()