Home
last modified time | relevance | path

Searched refs:GetComponentRootView (Results 1 – 25 of 66) sorted by relevance

123

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
Dradio_switch_tdd_test.cpp44 UIRadioButton *radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in WidthRadioValueTest001()
61 radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in WidthRadioValueTest001()
77 radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in WidthRadioValueTest001()
105 UIRadioButton *radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in WidthRadioValueTest002()
120 radio = reinterpret_cast<UIRadioButton *>(component->GetComponentRootView()); in WidthRadioValueTest002()
142 …ToggleButton *toggleButton = reinterpret_cast<UIToggleButton *>(component->GetComponentRootView()); in WidthSwitchValueTest003()
160 toggleButton = reinterpret_cast<UIToggleButton *>(component->GetComponentRootView()); in WidthSwitchValueTest003()
176 toggleButton = reinterpret_cast<UIToggleButton *>(component->GetComponentRootView()); in WidthSwitchValueTest003()
199 …ToggleButton *toggleButton = reinterpret_cast<UIToggleButton *>(component->GetComponentRootView()); in WidthSwitchValueTest004()
210 toggleButton = reinterpret_cast<UIToggleButton *>(component->GetComponentRootView()); in WidthSwitchValueTest004()
[all …]
Ddiv_tdd_test.cpp44 UIViewGroup *divView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentDivAttributeSetTest015()
67 UIViewGroup *divView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentDivStyleSetTest008()
86 divView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentDivStyleSetTest008()
110 UIViewGroup *divView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentDivStyleSetTest009()
129 divView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentDivStyleSetTest009()
175 UIViewGroup *divView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentDivStyleSetTest010()
196 UIViewGroup *divView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentDivStyleSetTest011()
215 divView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentDivStyleSetTest011()
260 UIViewGroup *divView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentDivStyleSetTest012()
283 UIViewGroup *divView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentDivStyleSetTest013()
[all …]
Dswiper_tdd_test.cpp104 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest001()
120 view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest001()
138 view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest001()
163 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest002()
185 view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest002()
215 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest003()
250 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest004()
272 view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest004()
303 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest005()
326 view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest005()
[all …]
Dinput_tdd_test.cpp56 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView());
114 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView());
129 button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView());
162 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView());
221 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView());
274 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView());
324 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView());
371 UILabelButton *button = reinterpret_cast<UILabelButton *>((component->GetComponentRootView())); in ComponentInputStyleTest07()
409 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView()); in ComponentInputStyleTest07Extra()
457 UILabelButton *button = reinterpret_cast<UILabelButton *>(component->GetComponentRootView());
[all …]
Dopacity_tdd_test.cpp47 UIView* uiView = reinterpret_cast<UIView *>(divComponent->GetComponentRootView()); in SetOpacityTest001()
69 UIView* uiView = (divComponent->GetComponentRootView()); in SetOpacityTest002()
187 UILabel* uiLabel = reinterpret_cast<UILabel *>(textComponent->GetComponentRootView()); in SetOpacityTest005()
212 FlexLayout* uiView = reinterpret_cast<FlexLayout *>(divComponent->GetComponentRootView()); in SetOpacityTest006()
239 FlexLayout* uiView = reinterpret_cast<FlexLayout *>(divComponent->GetComponentRootView()); in SetOpacityTest007()
255 FlexLayout* uiView = reinterpret_cast<FlexLayout *>(divComponent->GetComponentRootView()); in GetContainerView()
Dswitch_tdd_test.cpp73 UIView* view = component->GetComponentRootView(); in ComponentSwitchAttributeSetTest001()
91 view = component->GetComponentRootView(); in ComponentSwitchAttributeSetTest001()
109 view = component->GetComponentRootView(); in ComponentSwitchAttributeSetTest001()
139 UIView* view = component->GetComponentRootView(); in ComponentSwitchAttributeSetTest002()
176 UIView* view = component->GetComponentRootView(); in ComponentSwitchAttributeSetTest003()
Dpicker_view_tdd_test.cpp139 UIPicker* textPicker = reinterpret_cast<UIPicker *>(pickerComponent->GetComponentRootView()); in ComponentPickerviewAttributeSetTest001()
140 …TimePicker* timePicker = reinterpret_cast<UITimePicker *>(pickerComponent->GetComponentRootView()); in ComponentPickerviewAttributeSetTest001()
142 …DatePicker* datePicker = reinterpret_cast<UIDatePicker *>(pickerComponent->GetComponentRootView()); in ComponentPickerviewAttributeSetTest001()
202 UIPicker* textPicker = reinterpret_cast<UIPicker *>(pickerComponent->GetComponentRootView()); in ComponentPickerviewAttributeSetTest002()
273 UIPicker* textPicker = reinterpret_cast<UIPicker *>(pickerComponent->GetComponentRootView()); in ComponentPickerviewAttributeSetTest003()
327 UIPicker* textPicker = reinterpret_cast<UIPicker *>(pickerComponent->GetComponentRootView()); in ComponentPickerviewAttributeSetTest004()
381 UIPicker* textPicker = reinterpret_cast<UIPicker *>(pickerComponent->GetComponentRootView()); in ComponentPickerviewAttributeSetTest005()
Dhorizonprogress_tdd_test.cpp74 UIView* progressView = reinterpret_cast<UIView *>(component->GetComponentRootView()); in HorizonProgressTest001()
117 UIView* progressView = reinterpret_cast<UIView *>(component->GetComponentRootView()); in HorizonProgressTest002()
160 UIView* progressView = component->GetComponentRootView(); in HorizonProgressTest003()
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 *>(component->GetComponentRootView()); in HorizonProgressTest006()
347 …UIBoxProgress* progressView = reinterpret_cast<UIBoxProgress *>(component->GetComponentRootView()); in HorizonProgressTest007()
391 …UIBoxProgress* progressView = reinterpret_cast<UIBoxProgress *>(component->GetComponentRootView()); in HorizonProgressTest008()
438 …UIBoxProgress* progressView = reinterpret_cast<UIBoxProgress *>(component->GetComponentRootView()); in HorizonProgressTest009()
490 …UIBoxProgress* progressView = reinterpret_cast<UIBoxProgress *>(component->GetComponentRootView()); in HorizonProgressTest013()
[all …]
Dmarquee_tdd_test.cpp34 UIView *marqueeView = component->GetComponentRootView(); in ComponentMarqueeStyleSetTest006()
80 UIView *marqueeView = component->GetComponentRootView(); in ComponentMarqueeStyleSetTest007()
126 UIView *marqueeView = component->GetComponentRootView(); in ComponentMarqueeStyleSetTest008()
172 UIView *marqueeView = component->GetComponentRootView(); in ComponentMarqueeStyleSetTest009()
218 UIView *marqueeView = component->GetComponentRootView(); in ComponentMarqueeStyleSetTest010()
271 UILabel *uiLabel = reinterpret_cast<UILabel *>(component->GetComponentRootView()); in ComponentMarqueeStyleSetTest011()
315 UILabel *uiLabel = reinterpret_cast<UILabel *>(component->GetComponentRootView()); in ComponentMarqueeStyleSetTest012()
367 UILabel *uiLabel = reinterpret_cast<UILabel *>(component->GetComponentRootView()); in ComponentMarqueeStyleSetTest013()
Dlist_tdd_test.cpp61 UIList* listView = reinterpret_cast<UIList *>(component->GetComponentRootView()); in ListTest001()
102 UIViewGroup* listView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ListTest002()
143 UIViewGroup* listView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ListTest003()
185 UIViewGroup* listView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ListTest004()
Dstack_tdd_test.cpp85 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest001()
117 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest002()
154 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest003()
201 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest004()
249 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest005()
297 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest006()
Dslider_tdd_test.cpp43 UISlider* sliderView = reinterpret_cast<UISlider *>(sliderComponent->GetComponentRootView()); in ComponentSliderAttributeMinTest001()
85 UISlider* sliderView = reinterpret_cast<UISlider *>(sliderComponent->GetComponentRootView()); in ComponentSliderAttributeMaxTest002()
125 UISlider* sliderView = reinterpret_cast<UISlider *>(sliderComponent->GetComponentRootView()); in ComponentSliderAttributeValueTest003()
177 UISlider* uiSliderView = reinterpret_cast<UISlider *>(sliderComponent->GetComponentRootView()); in ComponentSliderStyleSetColorTest004()
239 UISlider* uiSliderView = reinterpret_cast<UISlider *>(sliderComponent->GetComponentRootView()); in ComponentSliderStyleSetSelectColorTest005()
Dtext_tdd_test.cpp46 UILabel* uilabelView = reinterpret_cast<UILabel *>(textComponent->GetComponentRootView()); in ComponentTextAttributeSetValueTest001()
102 UILabel* uilabelView = reinterpret_cast<UILabel *>(textComponent->GetComponentRootView()); in ComponentTextStyleSetColorTest002()
160 UILabel* uilabelView = reinterpret_cast<UILabel *>(textComponent->GetComponentRootView()); in ComponentTextStyleSetOverflowTest003()
225 UILabel* uilabelView = reinterpret_cast<UILabel *>(textComponent->GetComponentRootView()); in ComponentTextStyleSetLetterSpacingTest004()
279 UILabel* uilabelView = reinterpret_cast<UILabel *>(textComponent->GetComponentRootView()); in ComponentTextStyleSetAlignTest005()
338 UILabel *uilabelView = reinterpret_cast<UILabel *>(textComponent->GetComponentRootView()); in ComponentTextStyleSetSizeFamilyTest006()
432 UILabel *uilabelView = reinterpret_cast<UILabel *>(textComponent->GetComponentRootView()); in ComponentTextStyleSetLineHeightTest008()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/arc/
Darc_tdd_test.cpp65 …ogress* circleView = reinterpret_cast<UICircleProgress *>(circleComponent->GetComponentRootView()); in ComponentProgressAttributeSetTest001()
115 …ogress* circleView = reinterpret_cast<UICircleProgress *>(circleComponent->GetComponentRootView()); in ComponentProgressAttributeSetTest002()
171 …ogress* circleView = reinterpret_cast<UICircleProgress *>(circleComponent->GetComponentRootView()); in ComponentProgressAttributeSetTest003()
225 …ogress* circleView = reinterpret_cast<UICircleProgress *>(circleComponent->GetComponentRootView()); in ComponentProgressStyleSetTest001()
285 …ogress* circleView = reinterpret_cast<UICircleProgress *>(circleComponent->GetComponentRootView()); in ComponentProgressStyleSetTest002()
342 …ogress* circleView = reinterpret_cast<UICircleProgress *>(circleComponent->GetComponentRootView()); in ComponentProgressStyleSetTest003()
402 …ogress* circleView = reinterpret_cast<UICircleProgress *>(circleComponent->GetComponentRootView()); in ComponentProgressStyleSetTest004()
459 …ogress* circleView = reinterpret_cast<UICircleProgress *>(circleComponent->GetComponentRootView()); in ComponentProgressStyleSetTest005()
527 …ogress* circleView = reinterpret_cast<UICircleProgress *>(circleComponent->GetComponentRootView()); in ComponentProgressStyleSetTest006()
573 …ogress* circleView = reinterpret_cast<UICircleProgress *>(circleComponent->GetComponentRootView()); in ComponentProgressStyleSetTest008()
[all …]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dstack_component.cpp30 UIView *StackComponent::GetComponentRootView() const in GetComponentRootView() function in OHOS::ACELite::StackComponent
52 nativeView_.Add(child->GetComponentRootView()); in AttachView()
Dtab_content_component.h34 inline UIView *GetComponentRootView() const override in GetComponentRootView() function
Dstack_component.h32 UIView *GetComponentRootView() const override;
Dswitch_component.h36 UIView *GetComponentRootView() const override;
Dhorizon_progress_component.h33 UIView *GetComponentRootView() const override;
Dswiper_component.cpp46 inline UIView *SwiperComponent::GetComponentRootView() const in GetComponentRootView() function in OHOS::ACELite::SwiperComponent
105 swiperView_.Add(child->GetComponentRootView()); in AttachView()
Ddiv_component.h33 UIView *GetComponentRootView() const override;
Dimage_component.h44 UIView *GetComponentRootView() const override;
Ddiv_component.cpp34 inline UIView *DivComponent::GetComponentRootView() const in GetComponentRootView() function in OHOS::ACELite::DivComponent
198 nativeView_.Add(child->GetComponentRootView()); in AttachView()
Dlist_component.h35 UIView *GetComponentRootView() const override;
Dtab_bar_component.h56 UIView *GetComponentRootView() const override in GetComponentRootView() function

123