HomeSort by relevance Sort by last modified time
    Searched refs:contentDescriptionId (Results 1 - 3 of 3) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
HeaderCell.java 104 ImageView arrow, @AnimatorRes int anim, @StringRes int contentDescriptionId) {
107 CharSequence description = getContext().getString(contentDescriptionId);
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 276 int contentDescriptionId;
279 contentDescriptionId = R.string.expand_button_content_description_expanded;
282 contentDescriptionId = R.string.expand_button_content_description_collapsed;
286 mExpandButton.setContentDescription(mContext.getText(contentDescriptionId));
  /packages/apps/Camera2/src/com/android/camera/
ButtonManager.java 389 int imageId, int contentDescriptionId) {
395 if (contentDescriptionId != NO_RESOURCE) {
397 .getAndroidContext().getResources().getString(contentDescriptionId));
    [all...]

Completed in 1027 milliseconds