/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_test_ng.cpp | 97 CreateContent(SNAP_ITEM_NUMBER); in CreateSnapScroll() 242 CreateContent(TOTAL_ITEM_NUMBER); 252 CreateContent(TOTAL_ITEM_NUMBER); 262 CreateContent(TOTAL_ITEM_NUMBER); 331 CreateContent(TOTAL_ITEM_NUMBER); 389 CreateContent(VIEW_ITEM_NUMBER); 411 CreateContent(TOTAL_ITEM_NUMBER); 447 CreateContent(TOTAL_ITEM_NUMBER); 457 CreateContent(TOTAL_ITEM_NUMBER); 474 CreateContent(TOTAL_ITEM_NUMBER); [all …]
|
H A D | scroll_event_test_ng.cpp | 37 CreateContent(TOTAL_ITEM_NUMBER); 60 CreateContent(TOTAL_ITEM_NUMBER); 92 CreateContent(TOTAL_ITEM_NUMBER); 133 CreateContent(TOTAL_ITEM_NUMBER); 160 CreateContent(TOTAL_ITEM_NUMBER); 198 CreateContent(TOTAL_ITEM_NUMBER); 264 CreateContent(TOTAL_ITEM_NUMBER); 301 CreateContent(TOTAL_ITEM_NUMBER); 338 CreateContent(TOTAL_ITEM_NUMBER); 361 CreateContent(TOTAL_ITEM_NUMBER); [all …]
|
H A D | scroll_controller_test_ng.cpp | 33 CreateContent(TOTAL_ITEM_NUMBER); 66 CreateContent(TOTAL_ITEM_NUMBER); 97 CreateContent(TOTAL_ITEM_NUMBER); 146 CreateContent(TOTAL_ITEM_NUMBER); 180 CreateContent(TOTAL_ITEM_NUMBER); 205 CreateContent(TOTAL_ITEM_NUMBER); 254 CreateContent(TOTAL_ITEM_NUMBER); 294 CreateContent(TOTAL_ITEM_NUMBER); 384 CreateContent(TOTAL_ITEM_NUMBER); 455 CreateContent(TOTAL_ITEM_NUMBER); [all …]
|
H A D | scroll_effect_test_ng.cpp | 42 CreateContent(TOTAL_ITEM_NUMBER); 89 CreateContent(TOTAL_ITEM_NUMBER); 130 CreateContent(TOTAL_ITEM_NUMBER); 229 CreateContent(1); 268 CreateContent(TOTAL_ITEM_NUMBER); 319 CreateContent(TOTAL_ITEM_NUMBER); 364 CreateContent(TOTAL_ITEM_NUMBER); 602 CreateContent(VIEW_ITEM_NUMBER); 617 CreateContent(VIEW_ITEM_NUMBER); 633 CreateContent(20); [all …]
|
H A D | scroll_bar_test_ng.cpp | 40 CreateContent(TOTAL_ITEM_NUMBER); in CreateWithBar() 157 CreateContent(TOTAL_ITEM_NUMBER); 207 CreateContent(TOTAL_ITEM_NUMBER); 245 CreateContent(TOTAL_ITEM_NUMBER); 275 CreateContent(TOTAL_ITEM_NUMBER); 308 CreateContent(TOTAL_ITEM_NUMBER); 350 CreateContent(TOTAL_ITEM_NUMBER); 465 CreateContent(TOTAL_ITEM_NUMBER); 565 CreateContent(TOTAL_ITEM_NUMBER); 633 CreateContent(TOTAL_ITEM_NUMBER); [all …]
|
H A D | scroll_animation_test_ng.cpp | 33 CreateContent(TOTAL_ITEM_NUMBER); 49 CreateContent(TOTAL_ITEM_NUMBER);
|
H A D | scroll_test_ng.h | 57 void CreateContent(int32_t childNumber = TOTAL_ITEM_NUMBER);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/ |
H A D | container_modal_test_ng.cpp | 56 RefPtr<FrameNode> CreateContent(); 112 RefPtr<FrameNode> ContainerModelTestNg::CreateContent() in CreateContent() function in OHOS::Ace::NG::ContainerModelTestNg 129 RefPtr<FrameNode> content = CreateContent(); in CreateContainerModal() 652 RefPtr<FrameNode> content = CreateContent(); 920 RefPtr<FrameNode> content = CreateContent(); 951 RefPtr<FrameNode> content = CreateContent(); 982 RefPtr<FrameNode> content = CreateContent();
|
H A D | container_modal_pattern_enhance_test_ng.cpp | 56 RefPtr<FrameNode> CreateContent(); 124 RefPtr<FrameNode> ContainerModalViewEnhanceTestNg ::CreateContent() in CreateContent() function in OHOS::Ace::NG::ContainerModalViewEnhanceTestNg
|
H A D | container_modal_view_enhance_test_ng.cpp | 65 RefPtr<FrameNode> CreateContent(); 137 RefPtr<FrameNode> ContainerModalViewEnhanceTestNg ::CreateContent() in CreateContent() function in OHOS::Ace::NG::ContainerModalViewEnhanceTestNg
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/ |
H A D | scroll_bar_test_ng.h | 46 void CreateContent(float mainSize = CONTENT_MAIN_SIZE, Axis axis = Axis::VERTICAL);
|
H A D | scroll_bar_test_ng.cpp | 110 CreateContent(mainSize, axis); in CreateScroll() 114 void ScrollBarTestNg::CreateContent(float mainSize, Axis axis) in CreateContent() function in OHOS::Ace::NG::ScrollBarTestNg
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
H A D | mock_dynamic_component_renderer_impl.cpp | 36 void DynamicComponentRendererImpl::CreateContent() {} in CreateContent() function in OHOS::Ace::NG::DynamicComponentRendererImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | dynamic_component_renderer.h | 56 virtual void CreateContent() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
H A D | dynamic_component_renderer_impl.h | 39 void CreateContent() override;
|
H A D | dynamic_component_renderer_impl.cpp | 89 void DynamicComponentRendererImpl::CreateContent() in CreateContent() function in OHOS::Ace::NG::DynamicComponentRendererImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | isolated_pattern.cpp | 125 dynamicComponentRenderer_->CreateContent(); in InitializeRender()
|