Searched refs:childPrefix (Results 1 – 8 of 8) sorted by relevance
748 final String childPrefix = prefix + " "; in dumpChildrenNames() local757 pw.print(childPrefix + "#" + i + " "); in dumpChildrenNames()758 cc.dumpChildrenNames(pw, childPrefix); in dumpChildrenNames()
3632 final String childPrefix = prefix + " "; in dump() local3634 mLocalInsetsSources.valueAt(i).dump(childPrefix, pw); in dump()
140 final String childPrefix = innerPrefix + " "; in dump() local
234 final String childPrefix = innerPrefix + " "; in dump() local
841 final String childPrefix = innerPrefix + " "; in dump() local848 listener.dump(pw, childPrefix); in dump()
452 final String childPrefix = innerPrefix + " "; in dump() local457 pw.println(childPrefix + "Task#" + i + " taskID=" + taskInfo.taskId in dump()
3161 final String childPrefix = innerPrefix + " "; in dump() local3167 pw.println(childPrefix + "stagePosition=" + splitPositionToString(getMainStagePosition())); in dump()3168 pw.println(childPrefix + "isActive=" + mMainStage.isActive()); in dump()3169 mMainStage.dump(pw, childPrefix); in dump()3171 mMainStageListener.dump(pw, childPrefix); in dump()3173 pw.println(childPrefix + "stagePosition=" + splitPositionToString(getSideStagePosition())); in dump()3174 mSideStage.dump(pw, childPrefix); in dump()3176 mSideStageListener.dump(pw, childPrefix); in dump()3179 mSplitLayout.dump(pw, childPrefix); in dump()3182 pw.println(childPrefix + "mPausingTasks=" + mPausingTasks); in dump()
387 final String childPrefix = innerPrefix + " "; in dump() local