Searched defs:LINES (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java91 static final String[] LINES = new String[] { field in class:NotificationTests
134 if (end > LINES.length) {
135 end = LINES.length;
139 if (i >= LINES.length) break;
141 longSmsText.append(LINES[i]);
/frameworks/base/core/java/android/widget/
H A DTextView.java277 private static final int LINES = 1; field in class:TextView
278 private static final int EMS = LINES;
571 private int mMaxMode = LINES;
573 private int mMinMode = LINES;
1983 if (mMaxMode != LINES) {
2020 if (mMaxMode != LINES) {
3576 mMinMode = LINES;
3591 return mMinMode == LINES ? mMinimum : -1;
3632 mMaxMode = LINES;
3647 return mMaxMode == LINES
[all...]

Completed in 672 milliseconds