Home
last modified time | relevance | path

Searched refs:GetDefaultWidth (Results 1 - 25 of 46) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_layout_algorithm.cpp66 defaultWidth_ = checkBoxTheme->GetDefaultWidth().ConvertToPx(); in InitializeParam()
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.cpp53 SetDefaultWidth(theme->GetDefaultWidth()); in InitalStyle()
H A Ddata_panel_component.h149 const Dimension& GetDefaultWidth() const in GetDefaultWidth() function in OHOS::Ace::DataPanelComponent
H A Drender_data_panel.cpp39 width_ = dataPanelComponent->GetDefaultWidth(); in Update()
H A Ddata_panel_theme.h119 const Dimension& GetDefaultWidth() const in GetDefaultWidth() function in OHOS::Ace::DataPanelTheme
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.cpp48 defaultWidth_ = theme->GetDefaultWidth(); in ApplyTheme()
H A Drender_checkable.cpp43 defaultWidth_ = checkable->GetDefaultWidth(); in Update()
H A Dcheckable_component.h235 const Dimension& GetDefaultWidth() const in GetDefaultWidth() function in OHOS::Ace::CheckableComponent
H A Dcheckable_theme.h69 const Dimension& GetDefaultWidth() const in GetDefaultWidth() function in OHOS::Ace::CheckableTheme
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_bar_theme.h133 const Dimension& GetDefaultWidth() const in GetDefaultWidth() function in OHOS::Ace::ScrollBarTheme
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tab_bar.cpp163 boxComponent_->SetWidth(theme->GetDefaultWidth().Value(), theme->GetDefaultWidth().Unit()); in ResetInitializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_layout_algorithm.cpp114 defaultWidth_ = checkBoxTheme->GetDefaultWidth().ConvertToPx(); in InitializeParam()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_method.cpp111 auto defaultWidth = switchTheme->GetDefaultWidth().ConvertToPx(); in PaintSwitch()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_layout_algorithm.cpp56 idealSize.SetWidth(theme->GetDefaultWidth().ConvertToPx()); in UpdateIdealSize()
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h62 int32_t GetDefaultWidth() override;
H A Dbuffer_queue.h127 int32_t GetDefaultWidth();
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h77 virtual int32_t GetDefaultWidth() = 0;
H A Dsurface.h70 virtual int32_t GetDefaultWidth() = 0;
H A Diconsumer_surface.h72 virtual int32_t GetDefaultWidth() = 0;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_handler_test.cpp109 EXPECT_EQ(rSSurfaceHandlerPtr_->consumer_->GetDefaultWidth(), width); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface.cpp239 int32_t ConsumerSurface::GetDefaultWidth() in GetDefaultWidth() function in OHOS::ConsumerSurface
244 return producer_->GetDefaultWidth(); in GetDefaultWidth()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_metadata.cpp47 : HStreamCommon(StreamType::METADATA, producer, format, producer->GetDefaultWidth(), producer->GetDefaultHeight()), in HStreamMetadata()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_theme.h178 const Dimension& GetDefaultWidth() const in GetDefaultWidth() function in OHOS::Ace::TabTheme
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dradio_modifier.cpp124 auto defaultWidth = radioTheme->GetDefaultWidth(); in ResetRadioSize()
H A Dnode_checkbox_modifier.cpp176 auto defaultWidth = checkBoxTheme->GetDefaultWidth(); in ResetCheckboxWidth()

Completed in 15 milliseconds

12