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

/frameworks/base/core/java/android/view/
H A DView.java21865 String output = debugIndent(depth - 1);
21879 output = debugIndent(depth) + " FOCUSED";
21883 output = debugIndent(depth);
21891 output = debugIndent(depth);
21897 output = debugIndent(depth);
21902 output = debugIndent(depth);
21910 output = debugIndent(depth);
21916 output = debugIndent(depth);
21931 protected static String debugIndent(int depth) { method in class:View

Completed in 81 milliseconds