Searched refs:debugIndent (Results 1 – 5 of 5) sorted by relevance
515 Log.d("View", debugIndent(depth) + "slot=" + mSlot); in debug()516 Log.d("View", debugIndent(depth) + "icon=" + mIcon); in debug()
6836 output = debugIndent(depth); in debug()6842 output = debugIndent(depth); in debug()6848 output = debugIndent(depth); in debug()6854 output = debugIndent(depth); in debug()6865 output = debugIndent(depth); in debug()
25626 String output = debugIndent(depth - 1); in debug()25640 output = debugIndent(depth) + " FOCUSED"; in debug()25644 output = debugIndent(depth); in debug()25652 output = debugIndent(depth); in debug()25658 output = debugIndent(depth); in debug()25663 output = debugIndent(depth); in debug()25671 output = debugIndent(depth); in debug()25677 output = debugIndent(depth); in debug()25692 protected static String debugIndent(int depth) { in debugIndent() method in View
10227 String output = debugIndent(depth); in debug()
66714 Landroid/view/View;->debugIndent(I)Ljava/lang/String;