Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Datomic_service_pattern.cpp344 auto bent = theme->GetBentRadius(); in UpdateButtonLayout() local
346 auto leftBorderRadius = BorderRadiusProperty(bent, rightAngle, rightAngle, bent); in UpdateButtonLayout()
347 auto rightBorderRadius = BorderRadiusProperty(rightAngle, bent, bent, rightAngle); in UpdateButtonLayout()
H A Dapp_bar_view.cpp153 auto bent = theme->GetBentRadius(); in BuildMenuBar() local
154 renderContext->UpdateBorderRadius(BorderRadiusProperty(bent)); in BuildMenuBar()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/
H A Dapp_bar_test_ng.cpp294 auto bent = theme->GetBentRadius(); variable
298 EXPECT_EQ(layoutProperty->GetBorderRadius()->radiusTopLeft.value(), bent);
301 EXPECT_EQ(layoutProperty->GetBorderRadius()->radiusBottomLeft.value(), bent);
305 EXPECT_EQ(layoutProperty->GetBorderRadius()->radiusTopRight.value(), bent);
306 EXPECT_EQ(layoutProperty->GetBorderRadius()->radiusBottomRight.value(), bent);