Home
last modified time | relevance | path

Searched refs:GetEndAngle (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgauge_composed_element.cpp28 { "endAngle", [](const GaugeComposedElement& inspector) { return inspector.GetEndAngle(); } },
41 DumpLog::GetInstance().AddDesc(std::string("endAngle: ").append(GetEndAngle())); in Dump()
92 std::string GaugeComposedElement::GetEndAngle() const in GetEndAngle() function in OHOS::Ace::V2::GaugeComposedElement
H A Dgauge_composed_element.h38 std::string GetEndAngle() const;
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_circle_progress_unit_test.cpp141 EXPECT_EQ(circleProgress_->GetEndAngle(), MAX_ANGLE_VALUE); in HWTEST_F()
143 EXPECT_EQ(circleProgress_->GetEndAngle(), endAngle); in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/arc/
H A Darc_tdd_test.cpp709 EXPECT_TRUE(circleView->GetEndAngle() == endAngle); in ComponentProgressStyleSetTest010()
720 EXPECT_TRUE(circleView->GetEndAngle() == endAngle); in ComponentProgressStyleSetTest010()
732 EXPECT_TRUE(circleView->GetEndAngle() == endAngleUpdate); in ComponentProgressStyleSetTest010()
744 EXPECT_TRUE(circleView->GetEndAngle() == endAngleReNew); in ComponentProgressStyleSetTest010()
797 EXPECT_TRUE(circleView->GetEndAngle() == endAngle); in ComponentProgressStyleSetTest011()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Darc.h61 double GetEndAngle() const in GetEndAngle() function in OHOS::Ace::Arc
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_circle_progress.h182 * @see GetEndAngle | SetStartAngle
196 int16_t GetEndAngle() const in GetEndAngle() function in OHOS::UICircleProgress
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_modifier.cpp202 if (paintProperty->GetEndAngle().has_value() in PaintCircularAndIndicator()
203 && !std::isnan(paintProperty->GetEndAngle().value())) { in PaintCircularAndIndicator()
204 endAngle = paintProperty->GetEndAngle().value(); in PaintCircularAndIndicator()

Completed in 6 milliseconds