Home
last modified time | relevance | path

Searched refs:UIBoxProgress (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_box_progress_unit_test.cpp38 UIBoxProgress* boxProgress_;
52 boxProgress_ = new UIBoxProgress(); in SetUp()
91 UIBoxProgress::Direction direction = UIBoxProgress::Direction::DIR_BOTTOM_TO_TOP; in HWTEST_F()
94 direction = UIBoxProgress::Direction::DIR_LEFT_TO_RIGHT; in HWTEST_F()
97 direction = UIBoxProgress::Direction::DIR_RIGHT_TO_LEFT; in HWTEST_F()
100 direction = UIBoxProgress::Direction::DIR_TOP_TO_BOTTOM; in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dhorizonprogress_tdd_test.cpp79 char className[] = "class OHOS::UIBoxProgress"; in HorizonProgressTest001()
83 * @tc.expected: step1. get progress type = horizon(UIBoxProgress). in HorizonProgressTest001()
123 char className[] = "class OHOS::UIBoxProgress"; in HorizonProgressTest002()
126 * @tc.expected: step1. get progress type = horizon(UIBoxProgress). in HorizonProgressTest002()
213 UIBoxProgress* progressView = reinterpret_cast<UIBoxProgress *>(component->GetComponentRootView()); in HorizonProgressTest004()
255 UIBoxProgress* progressView = reinterpret_cast<UIBoxProgress *>(component->GetComponentRootView()); in HorizonProgressTest005()
303 UIBoxProgress* progressView = reinterpret_cast<UIBoxProgress *>(componen in HorizonProgressTest006()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_box_progress.h51 class UIBoxProgress : public UIAbstractProgress { class
68 * @brief A constructor used to create a <b>UIBoxProgress</b> instance.
73 UIBoxProgress();
76 * @brief A destructor used to delete the <b>UIBoxProgress</b> instance.
81 virtual ~UIBoxProgress() {} in ~UIBoxProgress()
H A Dui_slider.h47 * @see UIBoxProgress
51 class UISlider : public UIBoxProgress {
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_box_progress.cpp22 UIBoxProgress::UIBoxProgress() in UIBoxProgress() function in OHOS::UIBoxProgress
28 void UIBoxProgress::DrawValidRect(BufferInfo& gfxDstBuffer, in DrawValidRect()
55 GRAPHIC_LOGE("UIBoxProgress: DrawValidRect direction Err!\n"); in DrawValidRect()
72 void UIBoxProgress::DrawRoundCap(BufferInfo& gfxDstBuffer, in DrawRoundCap()
112 GRAPHIC_LOGE("UIBoxProgress: DrawRoundCap direction Err!\n"); in DrawRoundCap()
197 GRAPHIC_LOGE("UIBoxProgress: DrawRoundCap direction Err!\n"); in DrawRoundCap()
203 void UIBoxProgress::GetBackgroundParam(Point& startPoint, in GetBackgroundParam()
233 GRAPHIC_LOGE("UIBoxProgress: GetBackgroundParam direction Err!\n"); in GetBackgroundParam()
239 void UIBoxProgress
[all...]
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_box_progress.cpp46 label->SetText("UIBoxProgress效果"); in SetUp()
58 boxProgress_ = new UIBoxProgress(); in SetUp()
328 boxProgress_->SetDirection(UIBoxProgress::Direction::DIR_LEFT_TO_RIGHT); in OnClick()
378 boxProgress_->SetDirection(UIBoxProgress::Direction::DIR_LEFT_TO_RIGHT); in OnClick()
383 boxProgress_->SetDirection(UIBoxProgress::Direction::DIR_RIGHT_TO_LEFT); in OnClick()
388 boxProgress_->SetDirection(UIBoxProgress::Direction::DIR_TOP_TO_BOTTOM); in OnClick()
393 boxProgress_->SetDirection(UIBoxProgress::Direction::DIR_BOTTOM_TO_TOP); in OnClick()
H A Dui_test_box_progress.h54 UIBoxProgress* boxProgress_ = nullptr;
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dhorizon_progress_component.h43 UIBoxProgress progressView_;
H A Dhorizon_progress_component.cpp67 return const_cast<UIBoxProgress *>(&progressView_); in GetComponentRootView()
/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/
H A Dui_test_view_scale_rotate.h73 UIBoxProgress* boxProgress_ = nullptr;
H A Dui_test_view_scale_rotate.cpp147 SetUpLabel("UIBoxProgress组件旋转 "); in UIKitViewScaleRotateTestUIBoxProgress004()
152 boxProgress_ = new UIBoxProgress(); in UIKitViewScaleRotateTestUIBoxProgress004()
/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H A Dui_test_dump_dom.cpp349 UIBoxProgress* boxProgress = new UIBoxProgress(); in UIKitTestDumpDom004()
352 boxProgress->SetDirection(UIBoxProgress::Direction::DIR_LEFT_TO_RIGHT); in UIKitTestDumpDom004()
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H A Dui_test_border_margin_padding.cpp417 UIBoxProgress* boxProgress = new UIBoxProgress(); in UIKitUITestBorderMarginPaddingTest004()

Completed in 7 milliseconds