MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / getIndentSpace

Function getIndentSpace

tools/aapt/Resource.cpp:1589–1595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1587}
1588
1589static const char* getIndentSpace(int indent)
1590{
1591static const char whitespace[] =
1592" ";
1593
1594 return whitespace + sizeof(whitespace) - 1 - indent*4;
1595}
1596
1597static String8 flattenSymbol(const String8& symbol) {
1598 String8 result(symbol);

Callers 2

writeLayoutClassesFunction · 0.85
writeSymbolClassFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected