Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp596 auto tempIndexSet = GetFocusableChildCrossIndexesAt(index); in IsFirstOrLastFocusableChild() local
597 if (tempIndexSet.size() > maxSize) { in IsFirstOrLastFocusableChild()
598 maxSize = tempIndexSet.size(); in IsFirstOrLastFocusableChild()
599 crossIndexSet = tempIndexSet; in IsFirstOrLastFocusableChild()