Home
last modified time | relevance | path

Searched refs:contentDescriptionId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DHeaderCell.java104 ImageView arrow, @AnimatorRes int anim, @StringRes int contentDescriptionId) { in showArrow() argument
107 CharSequence description = getContext().getString(contentDescriptionId); in showArrow()
/packages/apps/Camera2/src/com/android/camera/
DButtonManager.java389 int imageId, int contentDescriptionId) { in initializePushButton() argument
395 if (contentDescriptionId != NO_RESOURCE) { in initializePushButton()
397 .getAndroidContext().getResources().getString(contentDescriptionId)); in initializePushButton()