Home
last modified time | relevance | path

Searched refs:LINES (Results 1 – 4 of 4) 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/com/android/internal/util/
DLocalLog.java74 proto.write(LocalLogProto.LINES, mLines.get(i)); in dumpDebug()
/frameworks/base/core/java/android/widget/
DTextView.java408 private static final int LINES = 1; field in TextView
409 private static final int EMS = LINES;
794 private int mMaxMode = LINES;
798 private int mMinMode = LINES;
2761 if (mMaxMode != LINES) { in getExtendedPaddingTop()
2798 if (mMaxMode != LINES) { in getExtendedPaddingBottom()
5384 mMinMode = LINES; in setMinLines()
5404 return mMinMode == LINES ? mMinimum : -1; in getMinLines()
5467 mMaxMode = LINES; in setMaxLines()
5487 return mMaxMode == LINES ? mMaximum : -1; in getMaxLines()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt88566 Lcom/android/internal/util/LocalLogProto;->LINES:J