Home
last modified time | relevance | path

Searched refs:splitWidth (Results 1 – 1 of 1) sorted by relevance

/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
DDoc.java310 float splitWidth = getWidth(split); in computeBreakAndSplit() local
314 || state.column + breakWidth + splitWidth > maxWidth; in computeBreakAndSplit()
319 boolean enoughRoom = state.column + splitWidth <= maxWidth; in computeBreakAndSplit()