Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp2460 RectF tabBarItemRect; in CreateNodePaintMethod() local
2464 tabBarItemRect = paintProperty->GetIndicator().value_or(rect); in CreateNodePaintMethod()
2467 OffsetF indicatorOffset = { currentIndicatorOffset_, tabBarItemRect.GetY() }; in CreateNodePaintMethod()
2471 static_cast<int32_t>(selectedModes_.size()) && !NearZero(tabBarItemRect.Height()); in CreateNodePaintMethod()