Searched refs:LINES (Results 1 - 3 of 3) 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/support/compat/java/android/support/v4/widget/
H A DTextViewCompat.java67 private static final int LINES = 1; field in class:TextViewCompat.TextViewCompatBaseImpl
122 if (sMaxModeField != null && retrieveIntFromField(sMaxModeField, textView) == LINES) {
140 if (sMinModeField != null && retrieveIntFromField(sMinModeField, textView) == LINES) {
/frameworks/base/core/java/android/widget/
H A DTextView.java337 private static final int LINES = 1; field in class:TextView
338 private static final int EMS = LINES;
659 private int mMaxMode = LINES;
661 private int mMinMode = LINES;
2624 if (mMaxMode != LINES) {
2661 if (mMaxMode != LINES) {
4458 mMinMode = LINES;
4477 return mMinMode == LINES ? mMinimum : -1;
4540 mMaxMode = LINES;
4559 return mMaxMode == LINES
[all...]

Completed in 129 milliseconds