Searched refs:contentDescriptionId (Results 1 – 2 of 2) sorted by relevance
104 ImageView arrow, @AnimatorRes int anim, @StringRes int contentDescriptionId) { in showArrow() argument107 CharSequence description = getContext().getString(contentDescriptionId); in showArrow()
389 int imageId, int contentDescriptionId) { in initializePushButton() argument395 if (contentDescriptionId != NO_RESOURCE) { in initializePushButton()397 .getAndroidContext().getResources().getString(contentDescriptionId)); in initializePushButton()