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

/frameworks/base/core/java/android/view/
H A DView.java17347 String output = debugIndent(depth - 1);
17361 output = debugIndent(depth) + " FOCUSED";
17365 output = debugIndent(depth);
17373 output = debugIndent(depth);
17379 output = debugIndent(depth);
17384 output = debugIndent(depth);
17392 output = debugIndent(depth);
17398 output = debugIndent(depth);
17413 protected static String debugIndent(int depth) { method in class:View

Completed in 4113 milliseconds