Home | History | Annotate | Download | only in util

Lines Matching refs:indentLevel

72     private int indentLevel;
209 startPoint.pointAnnotations.add(new AnnotationItem(indentLevel, formattedMsg));
211 startPoint.rangeAnnotation = new AnnotationItem(indentLevel, formattedMsg);
237 indentLevel++;
241 indentLevel--;
242 if (indentLevel < 0) {
243 indentLevel = 0;
261 public final int indentLevel;
264 public AnnotationItem(int indentLevel, String annotation) {
265 this.indentLevel = indentLevel;
306 String paddingSub = padding.substring(0, pointAnnotation.indentLevel*2);
313 right = padding.substring(0, rangeAnnotation.indentLevel*2);