OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxlines
(Results
251 - 275
of
406
) sorted by null
<<
11
12
13
14
15
16
17
/packages/apps/Settings/res/layout/
preference_app_restrictions.xml
77
android:
maxLines
="4" />
preference_importance_slider.xml
76
android:
maxLines
="10"
preference_material_settings.xml
68
android:
maxLines
="10" />
storage_volume.xml
67
android:
maxLines
="10" />
user_info_header.xml
80
android:
maxLines
="4" />
/packages/apps/StorageManager/res/layout/
deletion_preference.xml
72
android:
maxLines
="10" />
/packages/apps/TV/res/layout/
menu_card_app_link.xml
68
android:
maxLines
="2"
menu_card_channel.xml
84
android:
maxLines
="2"
/packages/inputmethods/LatinIME/java/res/layout/
dictionary_line.xml
67
android:
maxLines
="1" />
/prebuilts/sdk/current/support/v14/preference/res/layout/
preference_material.xml
70
android:
maxLines
="10" />
/prebuilts/sdk/current/support/v14/preference/res/layout-v17/
preference_material.xml
70
android:
maxLines
="10" />
/prebuilts/sdk/current/support/v14/preference/res/layout-v21/
preference_material.xml
70
android:
maxLines
="10" />
/packages/apps/Dialer/InCallUI/res/layout/
primary_call_info.xml
49
android:
maxLines
="2"
217
android:
maxLines
="1"
/external/gptfdisk/
parttypes.cc
380
// in an ugly way. The
maxLines
value is the maximum number of lines
383
void PartType::ShowAllTypes(int
maxLines
) const {
401
if ((
maxLines
> 0) && (lineCount++ %
maxLines
) == 0) {
415
} // PartType::ShowAllTypes(int
maxLines
)
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLogger.java
585
private ArrayList<String> getLogcat(int
maxLines
) {
586
ArrayList<String> lines = new ArrayList<String>(
maxLines
);
588
Process process = Runtime.getRuntime().exec(String.format("logcat -t %d",
maxLines
));
607
private LimitedCircularArray<String> getKernelLog(int
maxLines
) {
609
LimitedCircularArray<String> lines = new LimitedCircularArray<String>(
maxLines
);
/cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java
160
private static void layoutMaxLines(CharSequence source, int[] breaks, int
maxLines
) {
163
null, WIDTH,
maxLines
);
168
assertTrue("Number of lines", lineCount <=
maxLines
);
/external/icu/icu4c/source/tools/genrb/
wrtjava.cpp
217
int32_t
maxLines
= 3000;
223
if (
maxLines
< (adjustedLen / columnCount) ){
224
columnCount = adjustedLen /
maxLines
;
/external/opencv3/modules/cudaimgproc/include/opencv2/
cudaimgproc.hpp
369
virtual void setMaxLines(int
maxLines
) = 0;
380
@param
maxLines
Maximum number of output lines.
382
CV_EXPORTS Ptr<HoughLinesDetector> createHoughLinesDetector(float rho, float theta, int threshold, bool doSort = false, int
maxLines
= 4096);
417
virtual void setMaxLines(int
maxLines
) = 0;
427
@param
maxLines
Maximum number of output lines.
429
CV_EXPORTS Ptr<HoughSegmentDetector> createHoughSegmentDetector(float rho, float theta, int minLineLength, int maxLineGap, int
maxLines
= 4096);
/frameworks/opt/setupwizard/library/main/res/values/
styles.xml
89
<item name="android:
maxLines
">2</item>
114
<item name="android:
maxLines
">2</item>
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/values/
styles.xml
29
<item name="android:
maxLines
">2</item>
201
<item name="android:
maxLines
">2</item>
/frameworks/base/core/res/res/layout-xlarge/
activity_list.xml
110
android:
maxLines
="2"
/frameworks/support/v7/appcompat/res/values/
styles_base.xml
70
<item name="android:
maxLines
">2</item>
117
<item name="android:
maxLines
">2</item>
471
<item name="android:
maxLines
">2</item>
495
<item name="android:
maxLines
">1</item>
/packages/apps/Dialer/res/layout/
call_log_list_item.xml
145
android:
maxLines
="10"/>
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListItemView.java
376
final int
maxLines
;
382
maxLines
= TextUtils.isEmpty(snippetText) ? 0 : NO_UNREAD_SNIPPET_LINE_COUNT;
386
maxLines
= TextUtils.isEmpty(snippetText) ? 0 : UNREAD_SNIPPET_LINE_COUNT;
391
mSnippetTextView.setMaxLines(
maxLines
);
/packages/apps/PhoneCommon/res/layout/
dialpad_view_unthemed.xml
107
android:
maxLines
="1"
Completed in 1087 milliseconds
<<
11
12
13
14
15
16
17