HomeSort by relevance Sort by last modified time
    Searched full:maxlines (Results 276 - 300 of 406) sorted by null

<<11121314151617

  /packages/apps/TV/common/res/values/
styles.xml 45 <item name="android:maxLines">10</item>
  /packages/apps/TV/res/layout/
program_guide_table_row_detail.xml 114 android:maxLines="2"
  /packages/apps/TV/usbtuner/res/layout/
ut_channel_scan.xml 51 android:maxLines="@integer/ut_scan_title_max_lines"
  /prebuilts/gdb/darwin-x86/lib/python2.7/
site.py 369 MAXLINES = 23
401 if len(self.__lines) <= self.MAXLINES:
412 for i in range(lineno, lineno + self.MAXLINES):
417 lineno += self.MAXLINES
  /prebuilts/gdb/linux-x86/lib/python2.7/
site.py 369 MAXLINES = 23
401 if len(self.__lines) <= self.MAXLINES:
412 for i in range(lineno, lineno + self.MAXLINES):
417 lineno += self.MAXLINES
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py 369 MAXLINES = 23
401 if len(self.__lines) <= self.MAXLINES:
412 for i in range(lineno, lineno + self.MAXLINES):
417 lineno += self.MAXLINES
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py 369 MAXLINES = 23
401 if len(self.__lines) <= self.MAXLINES:
412 for i in range(lineno, lineno + self.MAXLINES):
417 lineno += self.MAXLINES
  /prebuilts/sdk/current/support/v7/appcompat/res/values/
styles_base.xml 70 <item name="android:maxLines">2</item>
116 <item name="android:maxLines">2</item>
470 <item name="android:maxLines">2</item>
494 <item name="android:maxLines">1</item>
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 93 TextUtils.TruncateAt ellipsize, int maxLines) {
100 maxLines);
399 Integer.MAX_VALUE /* maxLines */);
423 Integer.MAX_VALUE /* maxLines */);
435 Integer.MAX_VALUE /* maxLines */);
447 Integer.MAX_VALUE /* maxLines */);
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 264 * @param maxLines maximum number of lines in the layout
268 public Builder setMaxLines(int maxLines) {
269 mMaxLines = maxLines;
477 TextUtils.TruncateAt ellipsize, int ellipsizedWidth, int maxLines) {
492 .setMaxLines(maxLines);
517 mMaximumVisibleLineCount = maxLines;
    [all...]
  /frameworks/base/packages/SystemUI/res/layout/
notification_guts.xml 123 android:maxLines="3"
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DataItem.java 213 // Choose the max of the maxLines and maxLabelLines values.
  /packages/apps/Launcher2/res/values/
styles.xml 103 <item name="android:maxLines">2</item>
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 304 final int maxLines = getEllipsizedLines();
305 // hide the icon if number of visible lines does not exceed maxLines
306 boolean hideMsgExpander = mAddMsg.getLineCount() <= maxLines;
  /packages/apps/Messaging/res/values-ldrtl/
styles.xml 37 <item name="android:maxLines">4</item>
  /packages/apps/UnifiedEmail/res/values-ldrtl/
styles-ldrtl.xml 127 <item name="android:maxLines">1</item>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion39.txt 17 android:maxLines : Makes the TextView be at most this many lines tall. [integer]
32 android:singleLine : Constrains the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advances focus instead of inserting a newline when you press the enter key. * Deprecated: This attribute is deprecated. Use "maxLines" instead to change the layo...
completion5-expected-completion40.txt 17 android:maxLines : Makes the TextView be at most this many lines tall. [integer]
32 android:singleLine : Constrains the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advances focus instead of inserting a newline when you press the enter key. * Deprecated: This attribute is deprecated. Use "maxLines" instead to change the layo...
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedActionsStylist.java 676 private static void setMaxLines(TextView view, int maxLines) {
679 if (maxLines == 1) {
683 view.setMaxLines(maxLines);
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp     [all...]
  /frameworks/base/core/res/res/values/
styles_holo.xml 656 <item name="maxLines">2</item>
686 <item name="maxLines">2</item>
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
TabLayout.java     [all...]
  /packages/services/Telephony/res/values/
styles.xml 270 <item name="android:maxLines">1</item>
  /external/clang/include/clang/Frontend/
ASTUnit.h 445 unsigned MaxLines);
450 unsigned MaxLines = 0);
    [all...]
  /external/clang/include/clang/Lex/
Lexer.h 422 /// \param MaxLines If non-zero, restrict the length of the preamble
430 unsigned MaxLines = 0);

Completed in 956 milliseconds

<<11121314151617