Searched refs:mContentDescriptionRes (Results 1 – 1 of 1) sorted by relevance
51 private int mContentDescriptionRes; field in KeyButtonView93 mContentDescriptionRes = value.resourceId; in KeyButtonView()127 if (mContentDescriptionRes != 0) { in onConfigurationChanged()128 setContentDescription(mContext.getString(mContentDescriptionRes)); in onConfigurationChanged()