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 D | atomic_service_pattern.cpp | 344 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 D | app_bar_view.cpp | 153 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 D | app_bar_test_ng.cpp | 294 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);
|