HomeSort by relevance Sort by last modified time
    Searched full:contentdescription (Results 201 - 225 of 797) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/TV/res/layout/
option_item_action.xml 35 android:contentDescription="@null" />
  /packages/apps/TvSettings/Settings/res/layout/
captioning_preview.xml 23 android:contentDescription="@null"
  /packages/inputmethods/LatinIME/java/res/layout/
suggestion_divider.xml 29 android:contentDescription="@null"
  /packages/services/Telecomm/res/xml/
layout_blocked_number.xml 41 android:contentDescription="@string/delete_icon_description"
  /pdk/apps/TestingCamera/res/layout/
fragment_snapshot.xml 19 android:contentDescription="@string/still_image_description"
  /prebuilts/sdk/current/support/v17/leanback/res/layout/
lb_guidance.xml 29 tools:ignore="ContentDescription"/>
lb_search_orb.xml 32 android:contentDescription="@string/orb_search_action" />
lb_speech_orb.xml 32 android:contentDescription="@string/orb_search_action" />
  /prebuilts/sdk/current/support/v7/appcompat/res/layout/
abc_action_mode_close_item_material.xml 21 android:contentDescription="@string/abc_action_mode_done"
abc_search_view.xml 45 android:contentDescription="@string/abc_searchview_description_search" />
102 android:contentDescription="@string/abc_searchview_description_clear" />
122 android:contentDescription="@string/abc_searchview_description_submit" />
134 android:contentDescription="@string/abc_searchview_description_voice" />
  /packages/apps/Calendar/res/layout-sw600dp/
edit_event_1.xml 53 android:contentDescription="@string/choose_event_color_label"
95 android:contentDescription="@string/choose_event_color_label"
167 android:contentDescription="@string/accessibility_pick_start_date"
174 android:contentDescription="@string/accessibility_pick_start_time"
218 android:contentDescription="@string/accessibility_pick_end_date"
225 android:contentDescription="@string/accessibility_pick_end_time"
283 android:contentDescription="@string/accessibility_all_day"
297 android:contentDescription="@string/accessibility_pick_time_zone"
403 android:contentDescription="@string/accessibility_pick_recurrence"
435 android:contentDescription="@string/accessibility_add_reminder
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
CastTile.java 119 state.contentDescription = state.label;
128 state.contentDescription = state.contentDescription + "," +
142 state.contentDescription = state.contentDescription + ","
CellularTile.java 131 state.contentDescription = state.label;
136 state.contentDescription = r.getString(
145 state.contentDescription = state.contentDescription + "," + r.getString(
207 mInfo.signalContentDescription = qsIcon.contentDescription;
FlashlightTile.java 113 state.contentDescription = mContext.getString(
128 state.contentDescription = mContext.getString(R.string.quick_settings_flashlight_label);
LocationTile.java 110 state.contentDescription = mContext.getString(
115 state.contentDescription = mContext.getString(
WorkModeTile.java 102 state.contentDescription = mContext.getString(
106 state.contentDescription = mContext.getString(
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationTipView.java 114 image.setContentDescription(attr.contentDescription);
274 public String contentDescription;
276 public ImageAttrSet(int resId, int background, String contentDescription) {
279 this.contentDescription = contentDescription;
  /cts/tests/accessibilityservice/res/layout/
query_window_test.xml 79 android:contentDescription="@string/contentDescription"
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListView.java 99 String contentDescription = new StringBuilder()
103 label.setContentDescription(contentDescription);
  /frameworks/base/core/res/res/layout/
notification_template_header.xml 99 android:contentDescription="@string/expand_button_content_description"
109 android:contentDescription="@string/notification_work_profile_content_description"
  /frameworks/base/core/tests/coretests/res/layout/
interrogation_activity.xml 73 android:contentDescription="contentDescription"
  /frameworks/base/docs/html/guide/topics/ui/accessibility/
checklist.jd 60 <a href="{@docRoot}reference/android/view/View.html#attr_android:contentDescription">
61 {@code android:contentDescription}</a> XML layout attribute or the {@link
139 change the <a href="{@docRoot}reference/android/view/View.html#attr_android:contentDescription">
140 {@code android:contentDescription}</a> of the button appropriately.</li>
153 <a href="{@docRoot}reference/android/view/View.html#attr_android:contentDescription">{@code
154 android:contentDescription}</a> XML layout attribute or dynamically add it using accessibility
168 <a href="{@docRoot}reference/android/view/View.html#attr_android:contentDescription">{@code
169 android:contentDescription}</a> for the group.</li>
  /frameworks/base/packages/SystemUI/res/layout/
keyguard_bottom_area.xml 53 android:contentDescription="@string/accessibility_camera_button" />
63 android:contentDescription="@string/accessibility_phone_button" />
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HybridGroupManager.java 115 String contentDescription = String.format(mContext.getResources().getQuantityString(
118 reusableView.setContentDescription(contentDescription);
  /frameworks/base/tests/CanvasCompare/res/layout/
manual_layout.xml 83 android:contentDescription="@string/previous_combination"
90 android:contentDescription="@string/next_combination"

Completed in 574 milliseconds

1 2 3 4 5 6 7 891011>>