Searched refs:mContentDescriptionRes (Results 1 – 1 of 1) sorted by relevance
73 private int mContentDescriptionRes; field in KeyButtonView171 mContentDescriptionRes = value.resourceId; in KeyButtonView()224 if (mContentDescriptionRes != 0) { in onConfigurationChanged()225 setContentDescription(mContext.getString(mContentDescriptionRes)); in onConfigurationChanged()