OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contentdescription
(Results
151 - 175
of
425
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/res/layout/
test5_detail_fragment.xml
21
android:
contentDescription
="@string/test_5_Widgets_collection"
106
android:
contentDescription
="@string/test5_Button_Description"
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/res/layout-land/
test5_detail_fragment.xml
21
android:
contentDescription
="@string/test_5_Widgets_collection"
118
android:
contentDescription
="@string/test5_Button_Description"
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListView.java
99
String
contentDescription
= new StringBuilder()
103
label.setContentDescription(
contentDescription
);
/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/tests/CanvasCompare/res/layout/
manual_layout.xml
83
android:
contentDescription
="@string/previous_combination"
90
android:
contentDescription
="@string/next_combination"
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityRecordCompatIcs.java
138
public static void setContentDescription(Object record, CharSequence
contentDescription
) {
139
((AccessibilityRecord) record).setContentDescription(
contentDescription
);
/packages/apps/Calendar/res/layout/
edit_event_1.xml
45
android:
contentDescription
="@string/choose_event_color_label"
92
android:
contentDescription
="@string/choose_event_color_label"
190
android:
contentDescription
="@string/accessibility_pick_start_date"
197
android:
contentDescription
="@string/accessibility_pick_start_time"
252
android:
contentDescription
="@string/accessibility_pick_end_date"
259
android:
contentDescription
="@string/accessibility_pick_end_time"
305
android:
contentDescription
="@string/accessibility_all_day"/>
347
android:
contentDescription
="@string/accessibility_pick_time_zone"
/packages/apps/DeskClock/res/layout-land/
stopwatch_fragment.xml
74
android:
contentDescription
="@string/timer_stop"
86
android:
contentDescription
="@string/sw_share_button" />
/packages/apps/InCallUI/res/layout/
caller_in_conference.xml
41
android:
contentDescription
="@string/goPrivate"/>
105
android:
contentDescription
="@string/onscreenEndCallText" />
extra_button_row.xml
43
android:
contentDescription
="@string/onscreenManageConferenceText" />
67
android:
contentDescription
="@string/onscreenMergeCallsText" />
/packages/apps/LegacyCamera/res/layout/
indicator_bar.xml
44
android:
contentDescription
="@string/accessibility_second_level_indicators"
66
android:
contentDescription
="@string/accessibility_back_to_first_level"
/packages/apps/Settings/res/layout/
notification_log_row.xml
39
android:
contentDescription
="@null"
99
android:
contentDescription
="@null"
/packages/services/Telephony/res/layout/
emergency_dialer.xml
56
android:
contentDescription
="@string/description_delete_button"
85
android:
contentDescription
="@string/description_dial_button"
/cts/apps/CtsVerifier/res/layout/
cainstallnotify_item.xml
28
android:
contentDescription
="@string/pass_button_text"
location_mode_item.xml
28
android:
contentDescription
="@string/pass_button_text"
nls_item.xml
28
android:
contentDescription
="@string/pass_button_text"
/developers/build/prebuilts/gradle/CustomNotifications/CustomNotificationsSample/src/main/res/layout/
notification_expanded.xml
51
android:
contentDescription
="@string/expanded_image" />
/developers/samples/android/ui/notifications/CustomNotifications/CustomNotificationsSample/src/main/res/layout/
notification_expanded.xml
51
android:
contentDescription
="@string/expanded_image" />
/development/samples/browseable/CustomNotifications/res/layout/
notification_expanded.xml
51
android:
contentDescription
="@string/expanded_image" />
/development/samples/training/AnimationsDemo/res/layout/
list_item_example.xml
40
android:
contentDescription
="@string/action_remove_item" />
/external/chromium_org/chrome/android/java/res/layout/
js_modal_dialog.xml
44
android:
contentDescription
="@string/accessibility_js_modal_dialog_prompt"
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessiondescription.cc
112
const
ContentDescription
* SessionDescription::GetContentDescriptionByName(
122
ContentDescription
* SessionDescription::GetContentDescriptionByName(
143
ContentDescription
* description) {
150
ContentDescription
* description) {
/external/robolectric/src/test/resources/res/layout/
main.xml
25
android:
contentDescription
="@string/howdy"
/frameworks/base/core/java/com/android/internal/statusbar/
IStatusBarService.aidl
30
void setIcon(String slot, String iconPackage, int iconId, int iconLevel, String
contentDescription
);
Completed in 638 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>