Searched refs:mMaxLines (Results 1 – 5 of 5) sorted by relevance
32 private final int mMaxLines; field in LocalLog35 mMaxLines = Math.max(0, maxLines); in LocalLog()36 mLog = new ArrayDeque<>(mMaxLines); in LocalLog()40 if (mMaxLines <= 0) { in log()49 while (mLog.size() >= mMaxLines) { in append()
32 private final int mMaxLines = 20; field in LocalLog33 private final ArrayList<String> mLines = new ArrayList<String>(mMaxLines);42 if (mLines.size() >= mMaxLines) { in w()
94 b.mMaxLines = Integer.MAX_VALUE; in obtain()270 mMaxLines = maxLines; in setMaxLines()416 int mMaxLines;571 mMaximumVisibleLineCount = b.mMaxLines;
89 private int mMaxLines; field in SubscriptionController.ScLocalLog94 mMaxLines = maxLines; in ScLocalLog()99 if (mMaxLines > 0) { in log()104 while (mLog.size() > mMaxLines) mLog.remove(); in log()
158 private int mMaxLines; field in RecipientEditTextView1248 mMaxLines = r.getInteger(R.integer.chips_max_lines); in setChipDimensions()2475 if (!isPhoneQuery() && getLineCount() > mMaxLines) { in createMoreChip()