Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
H A Dselect_strategy.cpp571 int beforeIndex = visitWidgets.size() - 1; in CalcMinBeforeAnchorIndex() local
572 for (; beforeIndex > 0; --beforeIndex) { in CalcMinBeforeAnchorIndex()
575 isRearMatch = isRearMatch && visitWidgets[beforeIndex].MatchAttr(attrModel); in CalcMinBeforeAnchorIndex()
578 startBeforeIndex = startBeforeIndex > beforeIndex ? beforeIndex : startBeforeIndex; in CalcMinBeforeAnchorIndex()
582 if (beforeIndex == 0) { in CalcMinBeforeAnchorIndex()

Completed in 3 milliseconds