Home
last modified time | relevance | path

Searched refs:UIArcLabel (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_label.cpp97 UIArcLabel* arcLabel = static_cast<UIArcLabel*>(view); in CalculatedOffsetAngle()
137 UIArcLabel::UIArcLabel() in UIArcLabel() function in OHOS::UIArcLabel
161 UIArcLabel::~UIArcLabel() in ~UIArcLabel()
175 void UIArcLabel::SetStyle(uint8_t key, int64_t value) in SetStyle()
181 void UIArcLabel::SetText(const char* text) in SetText()
193 const char* UIArcLabel::GetText() const in GetText()
198 void UIArcLabel
[all...]
/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp127 UIArcLabel* label = new UIArcLabel(); in TestArcLabelDisplay()
148 UIArcLabel* label = static_cast<UIArcLabel*>(view_);
213 UIArcLabel* label = new UIArcLabel(); in UIKitUIArcLabelTestIncompatible001()
243 UIArcLabel* label = new UIArcLabel(); in UIKitUIArcLabelTestIncompatible002()
273 UIArcLabel* label = new UIArcLabel(); in UIKitUIArcLabelTestIncompatible003()
[all...]
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_arc_label_unit_test.cpp28 static UIArcLabel* arcLabel_;
30 UIArcLabel* UIArcLabelTest::arcLabel_ = nullptr;
35 arcLabel_ = new UIArcLabel(); in SetUpTestCase()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_arc_label.h56 class UIArcLabel : public UIView { class
59 * @brief A default constructor used to create a <b>UIArcLabel</b> instance.
64 UIArcLabel();
67 * @brief A destructor used to delete the <b>UIArcLabel</b> instance.
72 virtual ~UIArcLabel();
/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.h65 * @brief Test UIArcLabel
109 UIArcLabel* CreateTestCaseUIArcLabel(const char* title, uint8_t opaScale) const;
H A Dui_test_opacity.cpp211 UIArcLabel* UITestOpacity::CreateTestCaseUIArcLabel(const char* title, uint8_t opaScale) const in CreateTestCaseUIArcLabel()
213 UIArcLabel* label = new UIArcLabel(); in CreateTestCaseUIArcLabel()
228 UIViewGroup* group = CreateTestCaseGroup(" display UIArcLabel with opacity 200 and 100"); in UIKitOpacityTestUIArcLabel001()
231 UIArcLabel* label = CreateTestCaseUIArcLabel("01234567", 200); // 200: opacity in UIKitOpacityTestUIArcLabel001()
233 UIArcLabel* label2 = CreateTestCaseUIArcLabel("01234567", 100); // 100: opacity in UIKitOpacityTestUIArcLabel001()
/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H A Dui_test_dump_dom.cpp403 UIArcLabel* label3 = new UIArcLabel(); in UIKitTestDumpDom005()
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H A Dui_test_border_margin_padding.cpp404 UIArcLabel* view = new UIArcLabel(); in UIKitUITestBorderMarginPaddingTest003()

Completed in 6 milliseconds