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

/frameworks/native/libs/utils/
H A DDebug.cpp213 bool newLine = false; local
217 newLine = true;
220 newLine = true;
302 if (newLine && indent) func(cookie, stringForIndent(indent));
305 newLine = true;

Completed in 254 milliseconds