Searched refs:contentDescriptionId (Results 1 – 2 of 2) sorted by relevance
319 int contentDescriptionId; in updateExpandButton() local322 contentDescriptionId = R.string.expand_button_content_description_expanded; in updateExpandButton()325 contentDescriptionId = R.string.expand_button_content_description_collapsed; in updateExpandButton()329 mExpandButton.setContentDescription(mContext.getText(contentDescriptionId)); in updateExpandButton()
1226 int contentDescriptionId; in updateExpandButton() local1232 contentDescriptionId = R.string.expand_button_content_description_collapsed; in updateExpandButton()1237 contentDescriptionId = R.string.expand_button_content_description_expanded; in updateExpandButton()1259 mExpandButtonInnerContainer.setContentDescription(mContext.getText(contentDescriptionId)); in updateExpandButton()