OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ellipsize
(Results
201 - 225
of
547
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/sdk/current/support/v7/appcompat/res/layout/
select_dialog_singlechoice_material.xml
33
android:
ellipsize
="marquee" />
support_simple_spinner_dropdown_item.xml
25
android:
ellipsize
="marquee"/
/frameworks/base/core/java/android/text/
DynamicLayout.java
72
* If
ellipsize
is non-null, the Layout will
ellipsize
the text
80
TextUtils.TruncateAt
ellipsize
, int ellipsizedWidth) {
84
ellipsize
, ellipsizedWidth);
91
* If
ellipsize
is non-null, the Layout will
ellipsize
the text
101
TextUtils.TruncateAt
ellipsize
, int ellipsizedWidth) {
102
super((
ellipsize
== null)
112
if (
ellipsize
!= null) {
115
mEllipsizeAt =
ellipsize
;
[
all
...]
/development/samples/training/ContactsList/res/layout/
contact_list_item.xml
45
android:
ellipsize
="marquee"
67
android:
ellipsize
="marquee"
/frameworks/base/core/res/res/layout/
preference_material.xml
61
android:
ellipsize
="marquee" />
71
android:
ellipsize
="end" />
resolve_grid_item.xml
62
android:
ellipsize
="marquee" />
74
android:
ellipsize
="marquee"
/frameworks/base/tests/BiDiTests/res/layout/
basic.xml
104
android:
ellipsize
="end"
129
android:
ellipsize
="end"
/packages/apps/Calendar/res/layout/
create_event_dialog.xml
70
android:
ellipsize
="marquee"
80
android:
ellipsize
="marquee"
notification.xml
48
android:
ellipsize
="end" />
55
android:
ellipsize
="end" />
/packages/apps/Contacts/res/layout/
group_browse_list_item.xml
66
android:
ellipsize
="end"
75
android:
ellipsize
="end"
/packages/apps/Dialer/InCallUI/res/layout/
caller_in_conference.xml
69
android:
ellipsize
="marquee"
81
android:
ellipsize
="marquee"
/packages/apps/Launcher3/res/values/
styles.xml
35
<item name="android:
ellipsize
">marquee</item>
77
<item name="android:
ellipsize
">end</item>
/packages/apps/Messaging/res/layout/
contact_list_item_view.xml
79
android:
ellipsize
="end"
102
android:
ellipsize
="end"
/packages/apps/Music/res/layout/
audiopreview.xml
66
android:
ellipsize
="end"
74
android:
ellipsize
="end"
music_picker_item.xml
57
android:
ellipsize
="end"
62
android:
ellipsize
="end"
track_list_item_common.xml
50
android:
ellipsize
="marquee"
57
android:
ellipsize
="end"
/packages/apps/Settings/res/layout/
app_item.xml
43
android:
ellipsize
="marquee"
58
android:
ellipsize
="marquee"
app_preference_item.xml
46
android:
ellipsize
="marquee"
56
android:
ellipsize
="marquee"
bugreport_options_dialog.xml
34
android:
ellipsize
="marquee"
61
android:
ellipsize
="marquee"
gesture_preference.xml
43
android:
ellipsize
="marquee"/>
99
android:
ellipsize
="end"/>
preference_volume_slider.xml
43
android:
ellipsize
="marquee"
79
android:
ellipsize
="end"
/packages/apps/TV/res/layout/
menu_card_app_link.xml
66
android:
ellipsize
="end"
78
android:
ellipsize
="end"
menu_card_channel.xml
82
android:
ellipsize
="end"
94
android:
ellipsize
="end"
/packages/apps/TvSettings/Settings/res/layout/
settings_list_item.xml
85
android:
ellipsize
="end" />
93
android:
ellipsize
="end" />
/packages/apps/UnifiedEmail/res/layout/
conversation_message_attachment_bar.xml
49
android:
ellipsize
="end"
61
android:
ellipsize
="end"
Completed in 1230 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>