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()47 while (mLog.size() >= mMaxLines) { in append()
33 private final int mMaxLines = 20; field in LocalLog34 private final ArrayList<String> mLines = new ArrayList<String>(mMaxLines);43 if (mLines.size() >= mMaxLines) { in w()
111 b.mMaxLines = Integer.MAX_VALUE; in obtain()317 mMaxLines = maxLines; in setMaxLines()443 private int mMaxLines; field in StaticLayout.Builder595 mMaximumVisibleLineCount = b.mMaxLines; in StaticLayout()
105 private int mMaxLines; field in SubscriptionController.ScLocalLog110 mMaxLines = maxLines; in ScLocalLog()115 if (mMaxLines > 0) { in log()120 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()