OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxlines
(Results
76 - 100
of
406
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/sdk/current/support/design/res/layout/
design_navigation_menu_item.xml
26
android:
maxLines
="1"
/external/libvncserver/libvncserver/
zlib.c
266
int
maxLines
;
276
maxLines
= ( ZLIB_MAX_SIZE(w) / w );
286
if (
maxLines
< linesRemaining )
287
linesToComp =
maxLines
;
315
( linesToComp ==
maxLines
)) {
/external/icu/icu4c/source/tools/ctestfw/
uperf.cpp
24
static const int
MAXLINES
= 40000;
216
lines = new ULine[
MAXLINES
];
217
int
maxLines
=
MAXLINES
;
232
if (numLines >=
maxLines
) {
233
maxLines
+=
MAXLINES
;
234
ULine *newLines = new ULine[
maxLines
];
/frameworks/base/core/res/res/layout/
resolve_grid_item.xml
61
android:
maxLines
="2"
72
android:
maxLines
="2"
restrictions_pin_challenge.xml
71
android:
maxLines
="2"
81
android:
maxLines
="2"
/frameworks/base/core/res/res/layout-watch/
preference_material.xml
67
android:
maxLines
="3"
78
android:
maxLines
="10" />
/frameworks/base/packages/SettingsLib/res/layout/
restricted_switch_preference.xml
65
android:
maxLines
="10" />
74
android:
maxLines
="10"
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/layout/
text_icon_card.xml
30
android:
maxLines
="7"
65
android:
maxLines
="1"
/packages/apps/Gallery2/res/layout/
rotate_dialog.xml
89
android:
maxLines
="2"
101
android:
maxLines
="2"
/packages/apps/LegacyCamera/res/layout/
rotate_dialog.xml
102
android:
maxLines
="2"
111
android:
maxLines
="2"
/packages/apps/Messaging/res/layout/
contact_list_item_view.xml
78
android:
maxLines
="1"
101
android:
maxLines
="1"
/packages/apps/PackageInstaller/res/layout/
op_progress.xml
102
android:
maxLines
="2"
109
android:
maxLines
="2"
/packages/apps/Settings/res/layout/
bugreport_options_dialog.xml
46
android:
maxLines
="10"
73
android:
maxLines
="10"
user_dictionary_add_word.xml
68
android:
maxLines
="2"
77
android:
maxLines
="2"
/packages/apps/TvSettings/Settings/res/layout/
content_fragment.xml
52
android:
maxLines
="2" />
74
android:
maxLines
="6" />
lb_dialog_content.xml
49
android:
maxLines
="2"
78
android:
maxLines
="6"
settings_list_item.xml
84
android:
maxLines
="@integer/action_title_min_lines"
92
android:
maxLines
="@integer/action_description_min_lines"
/packages/apps/UnifiedEmail/res/layout/
widget_conversation_list_item.xml
80
android:
maxLines
="1"
92
android:
maxLines
="1"/>
/cts/tests/accessibilityservice/res/layout/
accessibility_text_traversal_test.xml
47
android:
maxLines
="1000"
/developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/res/layout/
details.xml
45
android:
maxLines
="2"
grid_item.xml
41
android:
maxLines
="1"
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/res/layout/
details.xml
45
android:
maxLines
="2"
grid_item.xml
41
android:
maxLines
="1"
/development/samples/HoneycombGallery/res/layout/
notification.xml
43
android:
maxLines
="2"
/development/samples/LceDemo/res/layout/
activity_lce_demo.xml
46
android:
maxLines
="20"
Completed in 551 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>