Searched defs:debugIndent (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java12570 String output = debugIndent(depth - 1);
12584 output = debugIndent(depth) + " FOCUSED";
12588 output = debugIndent(depth);
12596 output = debugIndent(depth);
12602 output = debugIndent(depth);
12607 output = debugIndent(depth);
12615 output = debugIndent(depth);
12621 output = debugIndent(depth);
12636 protected static String debugIndent(int depth) { method in class:View

Completed in 84 milliseconds