/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_algorithm.cpp | 91 auto defaultHeight = GetDefaultHeight(layoutWrapper); in HandleChildLayoutConstraint() 111 auto defaultHeight = GetDefaultHeight(layoutWrapper); in HandleLabelCircleButtonConstraint() 222 auto defaultHeight = GetDefaultHeight(layoutWrapper); in PerformMeasureSelf() 301 float ButtonLayoutAlgorithm::GetDefaultHeight(LayoutWrapper* layoutWrapper) in GetDefaultHeight() function in OHOS::Ace::NG::ButtonLayoutAlgorithm
|
H A D | button_layout_algorithm.h | 50 static float GetDefaultHeight(LayoutWrapper* layoutWrapper);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_tab_bar.cpp | 167 … boxComponent_->SetHeight(theme->GetDefaultHeight().Value(), theme->GetDefaultHeight().Unit()); in ResetInitializedStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/ |
H A D | data_panel_component.cpp | 52 SetDefaultHeight(theme->GetDefaultHeight()); in InitalStyle()
|
H A D | data_panel_component.h | 144 const Dimension& GetDefaultHeight() const in GetDefaultHeight() function
|
H A D | data_panel_theme.h | 114 const Dimension& GetDefaultHeight() const in GetDefaultHeight() function
|
H A D | render_data_panel.cpp | 38 height_ = dataPanelComponent->GetDefaultHeight(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_option_component.h | 129 bool GetDefaultHeight() const in GetDefaultHeight() function
|
H A D | picker_column_component.h | 179 bool GetDefaultHeight() const in GetDefaultHeight() function
|
H A D | render_picker_option.cpp | 72 if (option->GetDefaultHeight()) { in Update() 73 optionDefaultHeight_ = option->GetDefaultHeight(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_layout_algorithm.cpp | 81 defaultHeight_ = checkBoxTheme->GetDefaultHeight().ConvertToPx(); in InitializeParam()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_component.cpp | 49 defaultHeight_ = theme->GetDefaultHeight(); in ApplyTheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_bar_theme.h | 138 const Dimension& GetDefaultHeight() const in GetDefaultHeight() function
|
/ohos5.0/base/web/webview/ohos_nweb/src/ |
H A D | nweb_surface_adapter.cpp | 67 createInfo->SetHeight((height == 0) ? (uint32_t)surface->GetDefaultHeight() : height); in GetCreateInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
H A D | scroll_bar_layout_algorithm.cpp | 56 idealSize.SetHeight(theme->GetDefaultHeight().ConvertToPx()); in UpdateIdealSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_container_component.cpp | 104 tabBarBox->SetHeight(theme->GetDefaultHeight(), declaration->animationOption); in BuildToolBar()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | rating_component.h | 103 const Dimension& GetDefaultHeight() const in GetDefaultHeight() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_surface_handler_test.cpp | 110 EXPECT_EQ(rSSurfaceHandlerPtr_->consumer_->GetDefaultHeight(), height);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_layout_algorithm.cpp | 133 defaultHeight_ = checkBoxTheme->GetDefaultHeight().ConvertToPx(); in InitializeParam()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_paint_method.cpp | 127 auto defaultHeight = switchTheme->GetDefaultHeight().ConvertToPx(); in PaintSwitch()
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | ibuffer_producer.h | 78 virtual int32_t GetDefaultHeight() = 0;
|
H A D | iconsumer_surface.h | 73 virtual int32_t GetDefaultHeight() = 0;
|
/ohos5.0/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_client_producer.h | 63 int32_t GetDefaultHeight() override;
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | consumer_surface.cpp | 299 int32_t ConsumerSurface::GetDefaultHeight() in GetDefaultHeight() function in OHOS::ConsumerSurface 304 return producer_->GetDefaultHeight(); in GetDefaultHeight()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_metadata.cpp | 47 …StreamType::METADATA, producer, format, producer->GetDefaultWidth(), producer->GetDefaultHeight()), in HStreamMetadata()
|