Searched refs:mContentDescriptionRes (Results 1 – 1 of 1) sorted by relevance
67 private int mContentDescriptionRes; field in KeyButtonView123 mContentDescriptionRes = value.resourceId; in KeyButtonView()172 if (mContentDescriptionRes != 0) { in onConfigurationChanged()173 setContentDescription(mContext.getString(mContentDescriptionRes)); in onConfigurationChanged()