Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
H A Dselect_strategy.cpp569 int startBeforeIndex = visitWidgets.size(); in CalcMinBeforeAnchorIndex() local
578 startBeforeIndex = startBeforeIndex > beforeIndex ? beforeIndex : startBeforeIndex; in CalcMinBeforeAnchorIndex()
583 startBeforeIndex = 0; in CalcMinBeforeAnchorIndex()
586 return startBeforeIndex; in CalcMinBeforeAnchorIndex()
639 int startBeforeIndex = CalcMinBeforeAnchorIndex(visitWidgets); in DoComplexSelect() local
640 if (startBeforeIndex <= startAfterIndex) { in DoComplexSelect()
644 if (index > startAfterIndex && index < startBeforeIndex) { in DoComplexSelect()

Completed in 2 milliseconds