Home
last modified time | relevance | path

Searched refs:thisStrings (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DLayerState.cpp135 const auto& thisStrings = thisField->toStrings(); in compare() local
138 for (size_t line = 0; line < std::max(thisStrings.size(), otherStrings.size()); ++line) { in compare()
144 if (line < thisStrings.size()) { in compare()
145 base::StringAppendF(&result, "%-48.48s", thisStrings[line].c_str()); in compare()