Searched refs:debugIndent (Results 1 – 5 of 5) sorted by relevance
585 Log.d("View", debugIndent(depth) + "slot=" + mSlot); in debug()586 Log.d("View", debugIndent(depth) + "icon=" + mIcon); in debug()
6867 output = debugIndent(depth); in debug()6873 output = debugIndent(depth); in debug()6879 output = debugIndent(depth); in debug()6885 output = debugIndent(depth); in debug()6896 output = debugIndent(depth); in debug()
26898 String output = debugIndent(depth - 1); in debug()26912 output = debugIndent(depth) + " FOCUSED"; in debug()26916 output = debugIndent(depth); in debug()26924 output = debugIndent(depth); in debug()26930 output = debugIndent(depth); in debug()26935 output = debugIndent(depth); in debug()26943 output = debugIndent(depth); in debug()26949 output = debugIndent(depth); in debug()26964 protected static String debugIndent(int depth) { in debugIndent() method in View
11753 String output = debugIndent(depth); in debug()
63391 Landroid/view/View;->debugIndent(I)Ljava/lang/String;