Home
last modified time | relevance | path

Searched refs:GetDefaultHeight (Results 1 – 25 of 56) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp91 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 Dbutton_layout_algorithm.h50 static float GetDefaultHeight(LayoutWrapper* layoutWrapper);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tab_bar.cpp167 … boxComponent_->SetHeight(theme->GetDefaultHeight().Value(), theme->GetDefaultHeight().Unit()); in ResetInitializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.cpp52 SetDefaultHeight(theme->GetDefaultHeight()); in InitalStyle()
H A Ddata_panel_component.h144 const Dimension& GetDefaultHeight() const in GetDefaultHeight() function
H A Ddata_panel_theme.h114 const Dimension& GetDefaultHeight() const in GetDefaultHeight() function
H A Drender_data_panel.cpp38 height_ = dataPanelComponent->GetDefaultHeight(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_option_component.h129 bool GetDefaultHeight() const in GetDefaultHeight() function
H A Dpicker_column_component.h179 bool GetDefaultHeight() const in GetDefaultHeight() function
H A Drender_picker_option.cpp72 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 Dcheckboxgroup_layout_algorithm.cpp81 defaultHeight_ = checkBoxTheme->GetDefaultHeight().ConvertToPx(); in InitializeParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.cpp49 defaultHeight_ = theme->GetDefaultHeight(); in ApplyTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_bar_theme.h138 const Dimension& GetDefaultHeight() const in GetDefaultHeight() function
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_surface_adapter.cpp67 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 Dscroll_bar_layout_algorithm.cpp56 idealSize.SetHeight(theme->GetDefaultHeight().ConvertToPx()); in UpdateIdealSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_container_component.cpp104 tabBarBox->SetHeight(theme->GetDefaultHeight(), declaration->animationOption); in BuildToolBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h103 const Dimension& GetDefaultHeight() const in GetDefaultHeight() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_handler_test.cpp110 EXPECT_EQ(rSSurfaceHandlerPtr_->consumer_->GetDefaultHeight(), height);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_layout_algorithm.cpp133 defaultHeight_ = checkBoxTheme->GetDefaultHeight().ConvertToPx(); in InitializeParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_method.cpp127 auto defaultHeight = switchTheme->GetDefaultHeight().ConvertToPx(); in PaintSwitch()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h78 virtual int32_t GetDefaultHeight() = 0;
H A Diconsumer_surface.h73 virtual int32_t GetDefaultHeight() = 0;
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h63 int32_t GetDefaultHeight() override;
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface.cpp299 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 Dhstream_metadata.cpp47 …StreamType::METADATA, producer, format, producer->GetDefaultWidth(), producer->GetDefaultHeight()), in HStreamMetadata()

123