Home
last modified time | relevance | path

Searched refs:LINES (Results 1 – 6 of 6) 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.java73 proto.write(LocalLogProto.LINES, mLines.get(i)); in writeToProto()
/frameworks/support/compat/src/main/java/androidx/core/widget/
DTextViewCompat.java91 private static final int LINES = 1; field in TextViewCompat
217 if (sMaxModeField != null && retrieveIntFromField(sMaxModeField, textView) == LINES) { in getMaxLines()
243 if (sMinModeField != null && retrieveIntFromField(sMinModeField, textView) == LINES) { in getMinLines()
/frameworks/base/core/java/android/widget/
DTextView.java367 private static final int LINES = 1; field in TextView
368 private static final int EMS = LINES;
696 private int mMaxMode = LINES;
698 private int mMinMode = LINES;
2537 if (mMaxMode != LINES) { in getExtendedPaddingTop()
2574 if (mMaxMode != LINES) { in getExtendedPaddingBottom()
4744 mMinMode = LINES; in setMinLines()
4763 return mMinMode == LINES ? mMinimum : -1; in getMinLines()
4826 mMaxMode = LINES; in setMaxLines()
4845 return mMaxMode == LINES ? mMaximum : -1; in getMaxLines()
[all …]
/frameworks/base/config/
Dhiddenapi-light-greylist.txt7299 Landroid/widget/TextView;->LINES:I
Dhiddenapi-private-dex.txt105794 Landroid/widget/TextView;->LINES:I
122830 Lcom/android/internal/util/LocalLogProto;->LINES:J