Searched refs:thisSplit (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/split-select/
H A DSplitSelector.cpp43 const SplitDescription& thisSplit = splits[j]; local
44 if (!thisSplit.match(target)) {
48 if (!isSet || thisSplit.isBetterThan(bestSplit, target)) {
50 bestSplit = thisSplit;

Completed in 7 milliseconds