Searched refs:newLines (Results 1 – 2 of 2) sorted by relevance
190 val newLines = parentRange.end.line - parentRange.begin.line in <lambda>() constant191 val newStmt = printedBlockStmt.substringBeforeLast('}') + ("\n".repeat(newLines)) + '}' in <lambda>()
10015 final ArrayList<CharSequence> newLines = newS.getLines(); in areNotificationsVisiblyDifferent() local10017 if (n != newLines.size()) { in areNotificationsVisiblyDifferent()10024 String.valueOf(newLines.get(i)))) { in areNotificationsVisiblyDifferent()