Searched refs:debugIndent (Results 1 – 5 of 5) sorted by relevance
479 Log.d("View", debugIndent(depth) + "slot=" + mSlot); in debug()480 Log.d("View", debugIndent(depth) + "icon=" + mIcon); in debug()
6728 output = debugIndent(depth); in debug()6734 output = debugIndent(depth); in debug()6740 output = debugIndent(depth); in debug()6746 output = debugIndent(depth); in debug()6757 output = debugIndent(depth); in debug()
24884 String output = debugIndent(depth - 1); in debug()24898 output = debugIndent(depth) + " FOCUSED"; in debug()24902 output = debugIndent(depth); in debug()24910 output = debugIndent(depth); in debug()24916 output = debugIndent(depth); in debug()24921 output = debugIndent(depth); in debug()24929 output = debugIndent(depth); in debug()24935 output = debugIndent(depth); in debug()24950 protected static String debugIndent(int depth) { in debugIndent() method in View
10102 String output = debugIndent(depth); in debug()
77820 Landroid/view/View;->debugIndent(I)Ljava/lang/String;