Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp847 auto indexRight = tarCrossIndex; in SearchFocusableChildInCross() local
855 indexRight = maxCrossCount; in SearchFocusableChildInCross()
862 while (indexLeft >= 0 || indexRight < maxCrossCount) { in SearchFocusableChildInCross()
865 curIndex = indexRight++; in SearchFocusableChildInCross()
866 } else if (indexRight >= maxCrossCount) { in SearchFocusableChildInCross()
869 curIndex = isDirectionLeft ? indexLeft-- : indexRight++; in SearchFocusableChildInCross()