/packages/apps/Settings/res/layout/ |
proxy.xml | 34 android:maxLines="1" 40 android:maxLines="1" 49 android:maxLines="1" 56 android:maxLines="1" 63 android:maxLines="1" 69 android:maxLines="1"
|
usage_stats_item.xml | 32 android:maxLines="1" /> 40 android:maxLines="1" /> 48 android:maxLines="1" />
|
intent_sender.xml | 34 android:maxLines="1" 50 android:maxLines="1" 66 android:maxLines="1" 83 android:maxLines="1"
|
running_processes_header.xml | 70 android:maxLines="1" /> 87 android:maxLines="1" /> 115 android:maxLines="1" /> 132 android:maxLines="1" /> 160 android:maxLines="1" /> 177 android:maxLines="1" />
|
/frameworks/base/tests/StatusBar/res/layout/ |
progress_notification.xml | 18 android:maxLines="1"
|
/external/opencv3/modules/cudaimgproc/src/ |
hough_lines.cpp | 73 HoughLinesDetectorImpl(float rho, float theta, int threshold, bool doSort, int maxLines) : 74 rho_(rho), theta_(theta), threshold_(threshold), doSort_(doSort), maxLines_(maxLines) 93 void setMaxLines(int maxLines) { maxLines_ = maxLines; } 103 << "maxLines" << maxLines_; 113 maxLines_ = (int)fn["maxLines"]; 206 Ptr<HoughLinesDetector> cv::cuda::createHoughLinesDetector(float rho, float theta, int threshold, bool doSort, int maxLines) 208 return makePtr<HoughLinesDetectorImpl>(rho, theta, threshold, doSort, maxLines);
|
hough_segments.cpp | 77 HoughSegmentDetectorImpl(float rho, float theta, int minLineLength, int maxLineGap, int maxLines) : 78 rho_(rho), theta_(theta), minLineLength_(minLineLength), maxLineGap_(maxLineGap), maxLines_(maxLines) 96 void setMaxLines(int maxLines) { maxLines_ = maxLines; } 106 << "maxLines" << maxLines_; 116 maxLines_ = (int)fn["maxLines"]; 181 Ptr<HoughSegmentDetector> cv::cuda::createHoughSegmentDetector(float rho, float theta, int minLineLength, int maxLineGap, int maxLines) 183 return makePtr<HoughSegmentDetectorImpl>(rho, theta, minLineLength, maxLineGap, maxLines);
|
/packages/apps/Messaging/res/layout/ |
settings_item_view.xml | 32 android:maxLines="1" 40 android:maxLines="2"
|
person_item_view.xml | 47 android:maxLines="1" 55 android:maxLines="2"
|
place_card.xml | 35 android:maxLines="1" 44 android:maxLines="2"
|
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/layout/ |
side_info_card.xml | 46 android:maxLines="2" 54 android:maxLines="1" 62 android:maxLines="5"/>
|
/packages/apps/Bluetooth/res/layout/ |
bluetooth_transfer_item.xml | 37 android:maxLines="1" 48 android:maxLines="1" 55 android:maxLines="1"
|
/packages/apps/Calendar/res/layout/ |
alert_item.xml | 46 android:maxLines="2" 62 android:maxLines="1" 82 android:maxLines="1"
|
/frameworks/opt/setupwizard/library/main/res/values-land/ |
styles.xml | 23 <item name="android:maxLines">6</item>
|
/frameworks/support/design/res/layout/ |
design_layout_tab_text.xml | 23 android:maxLines="2"/
|
/packages/services/Telephony/res/layout/ |
change_sim_pin_screen.xml | 34 android:maxLines="1" 59 android:maxLines="1" 72 android:maxLines="1" 112 android:maxLines="1"
|
/prebuilts/sdk/current/support/design/res/layout/ |
design_layout_tab_text.xml | 23 android:maxLines="2"/
|
/frameworks/base/core/java/android/util/ |
LocalLog.java | 34 public LocalLog(int maxLines) { 36 mMaxLines = maxLines;
|
/packages/apps/Contacts/res/layout/ |
quickcontact_title_and_phoneticname.xml | 30 android:maxLines="@integer/quickcontact_title_lines" 42 android:maxLines="@integer/quickcontact_title_lines"
|
/packages/apps/PackageInstaller/res/layout-watch/ |
permissions_settings_item.xml | 33 android:maxLines="2" 43 android:maxLines="1"
|
settings_internal.xml | 29 android:maxLines="2" 42 android:maxLines="2"
|
/packages/apps/TvSettings/Settings/res/layout/ |
bt_pairing_passkey_display.xml | 38 android:maxLines="1" 49 android:maxLines="4"
|
/external/libvncserver/libvncserver/ |
ultra.c | 167 int maxLines; 177 maxLines = ( ULTRA_MAX_SIZE(w) / w ); 187 if ( maxLines < linesRemaining ) 188 linesToComp = maxLines; 216 ( linesToComp == maxLines )) {
|
/packages/apps/PackageInstaller/res/layout/ |
uninstall_progress.xml | 88 android:maxLines="2" 96 android:maxLines="2" 103 android:maxLines="2"
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
EllipsizedMultilineTextView.java | 48 public void setMaxLines(int maxlines) { 49 super.setMaxLines(maxlines); 50 mMaxLines = maxlines;
|