Home
last modified time | relevance | path

Searched refs:LINES (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java91 static final String[] LINES = new String[] { field in NotificationTests
134 if (end > LINES.length) { in makeBigTextNotification()
135 end = LINES.length; in makeBigTextNotification()
139 if (i >= LINES.length) break; in makeBigTextNotification()
141 longSmsText.append(LINES[i]); in makeBigTextNotification()
/frameworks/base/core/java/android/widget/
DTextView.java277 private static final int LINES = 1; field in TextView
278 private static final int EMS = LINES;
571 private int mMaxMode = LINES;
573 private int mMinMode = LINES;
1978 if (mMaxMode != LINES) { in getExtendedPaddingTop()
2015 if (mMaxMode != LINES) { in getExtendedPaddingBottom()
3571 mMinMode = LINES; in setMinLines()
3586 return mMinMode == LINES ? mMinimum : -1; in getMinLines()
3627 mMaxMode = LINES; in setMaxLines()
3642 return mMaxMode == LINES ? mMaximum : -1; in getMaxLines()
[all …]