Searched refs:mLines (Results 1 – 2 of 2) sorted by relevance
39 private final List<String> mLines = new ArrayList<>(); field in BackgroundLogReceiver64 Arrays.stream(lines).filter(s -> !s.trim().isEmpty()).forEach(mLines::add); in processNewLines()130 String joined = String.join("\n", mLines); in stopAndAddTestLog()154 String joined = String.join("\n", mLines); in patternMatches()164 return mLines; in getCollectedLogs()
272 private var mLines: FloatArray = emptyArray<Float>().toFloatArray() variable543 mLines = FloatArray(maxGridLines * 4) in init()1900 mLines[linesIndex++] = GRID_LINE_LEFT_MARGIN in drawGridBackground()1901 mLines[linesIndex++] = y in drawGridBackground()1902 mLines[linesIndex++] = stopX in drawGridBackground()1903 mLines[linesIndex++] = y in drawGridBackground()1907 canvas.drawLines(mLines, 0, linesIndex, p) in drawGridBackground()1915 mLines[linesIndex++] = x in drawGridBackground()1916 mLines[linesIndex++] = startY in drawGridBackground()1917 mLines[linesIndex++] = x in drawGridBackground()[all …]