Home
last modified time | relevance | path

Searched refs:GetDefaultHeight (Results 1 - 25 of 58) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.h50 static float GetDefaultHeight(LayoutWrapper* layoutWrapper);
H A Dbutton_layout_algorithm.cpp104 auto defaultHeight = GetDefaultHeight(layoutWrapper); in HandleChildLayoutConstraint()
124 auto defaultHeight = GetDefaultHeight(layoutWrapper); in HandleLabelCircleButtonConstraint()
249 auto defaultHeight = GetDefaultHeight(layoutWrapper); in PerformMeasureSelf()
332 float ButtonLayoutAlgorithm::GetDefaultHeight(LayoutWrapper* layoutWrapper) in GetDefaultHeight() function in OHOS::Ace::NG::ButtonLayoutAlgorithm
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_option_component.h129 bool GetDefaultHeight() const in GetDefaultHeight() function in OHOS::Ace::PickerOptionComponent
H A Dpicker_column_component.h179 bool GetDefaultHeight() const in GetDefaultHeight() function in OHOS::Ace::PickerColumnComponent
H A Drender_picker_option.cpp72 if (option->GetDefaultHeight()) { in Update()
73 optionDefaultHeight_ = option->GetDefaultHeight(); in Update()
H A Drosen_render_picker_base.cpp103 if (data_->GetDefaultHeight()) { in Paint()
H A Dpicker_base_component.h269 bool GetDefaultHeight() const in GetDefaultHeight() function in OHOS::Ace::PickerBaseComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_layout_algorithm.cpp67 defaultHeight_ = checkBoxTheme->GetDefaultHeight().ConvertToPx(); in InitializeParam()
/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 in OHOS::Ace::DataPanelComponent
H A Drender_data_panel.cpp38 height_ = dataPanelComponent->GetDefaultHeight(); in Update()
H A Ddata_panel_theme.h114 const Dimension& GetDefaultHeight() const in GetDefaultHeight() function in OHOS::Ace::DataPanelTheme
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.cpp49 defaultHeight_ = theme->GetDefaultHeight(); in ApplyTheme()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_bar_theme.h138 const Dimension& GetDefaultHeight() const in GetDefaultHeight() function in OHOS::Ace::ScrollBarTheme
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_theme.h141 const Dimension& GetDefaultHeight() const in GetDefaultHeight() function in OHOS::Ace::NG::LinearIndicatorTheme
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tab_bar.cpp167 boxComponent_->SetHeight(theme->GetDefaultHeight().Value(), theme->GetDefaultHeight().Unit()); in ResetInitializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_container_component.cpp104 tabBarBox->SetHeight(theme->GetDefaultHeight(), declaration->animationOption); in BuildToolBar()
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h103 const Dimension& GetDefaultHeight() const in GetDefaultHeight() function in OHOS::Ace::RatingComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_layout_algorithm.cpp115 defaultHeight_ = checkBoxTheme->GetDefaultHeight().ConvertToPx(); in InitializeParam()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_method.cpp112 auto defaultHeight = switchTheme->GetDefaultHeight().ConvertToPx(); in PaintSwitch()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_layout_algorithm.cpp44 idealSize.SetHeight(theme->GetDefaultHeight().ConvertToPx()); in UpdateIdealSize()
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h63 int32_t GetDefaultHeight() override;
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h78 virtual int32_t GetDefaultHeight() = 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); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface.cpp247 int32_t ConsumerSurface::GetDefaultHeight() in GetDefaultHeight() function in OHOS::ConsumerSurface
252 return producer_->GetDefaultHeight(); in GetDefaultHeight()

Completed in 13 milliseconds

123