Home
last modified time | relevance | path

Searched refs:GetThickness (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dslider_composed_element.cpp50 DumpLog::GetInstance().AddDesc(std::string("trackThickness: ").append(GetThickness())); in Dump()
80 jsonValue->Put("trackThickness", GetThickness().c_str()); in GetConstructor()
157 std::string SliderComposedElement::GetThickness() const in GetThickness() function in OHOS::Ace::V2::SliderComposedElement
161 return StringUtils::DoubleToString(renderSlider->GetThickness()); in GetThickness()
H A Dslider_composed_element.h42 std::string GetThickness() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_data_panel.cpp198 strokeWidthDimension = theme->GetThickness(); in StrokeWidth()
205 strokeWidthDimension = theme->GetThickness(); in StrokeWidth()
209 strokeWidthDimension = theme->GetThickness(); in StrokeWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.cpp54 SetThickness(theme->GetThickness()); in InitalStyle()
H A Ddata_panel_component.h154 const Dimension& GetThickness() const in GetThickness() function
H A Ddata_panel_theme.h129 const Dimension& GetThickness() const in GetThickness() function
H A Drender_data_panel.cpp42 thickness_ = dataPanelComponent->GetThickness(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_paint_method.cpp41 … auto strokeWidth = paintProperty->GetStrokeWidth().value_or(theme->GetThickness()).ConvertToPx(); in UpdateContentModifier()
H A Ddata_panel_paint_property.h105 GetStrokeWidth().value_or(theme->GetThickness()).ToString().c_str(), filter); in ToJsonValue()
H A Ddata_panel_modifier.cpp64 … strokeWidth_ = AceType::MakeRefPtr<AnimatablePropertyFloat>(theme->GetThickness().ConvertToPx()); in DataPanelModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_layout_property.h58 GetThickness() in ToJsonValue()
H A Dslider_model_ng.h146 static Dimension GetThickness(FrameNode* frameNode);
H A Dslider_layout_algorithm.cpp97 auto thickness = sliderLayoutProperty->GetThickness().value_or(themeTrackThickness); in MeasureContent()
H A Dslider_model_ng.cpp735 Dimension SliderModelNG::GetThickness(FrameNode* frameNode) in GetThickness() function in OHOS::Ace::NG::SliderModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h212 const Dimension& GetThickness() const in GetThickness() function
H A Drender_slider.h195 double GetThickness() in GetThickness() function
H A Drender_slider.cpp69 if (slider->GetThickness().IsValid()) { in Update()
70 thickness_ = NormalizeToPx(slider->GetThickness()); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_data_panel_bridge.cpp298 strokeWidth = theme->GetThickness(); in SetDataPanelStrokeWidth()
303 strokeWidth = theme->GetThickness(); in SetDataPanelStrokeWidth()
307 strokeWidth = theme->GetThickness(); in SetDataPanelStrokeWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_slider_modifier.cpp645 ArkUI_Float32 GetThickness(ArkUINodeHandle node, int unit) in GetThickness() function
649 return SliderModelNG::GetThickness(frameNode).GetNativeValue(static_cast<DimensionUnit>(unit)); in GetThickness()
737 SliderModifier::GetThickness, in GetSliderModifier()
814 SliderModifier::GetThickness, in GetCJUISliderModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_test_ng.cpp635 EXPECT_NE(layoutProperty->GetThickness(), std::nullopt);
636 EXPECT_EQ(layoutProperty->GetThickness().value(), SLIDER_OUTSET_TRACK_THICKNRESS);
642 EXPECT_NE(layoutProperty->GetThickness(), std::nullopt);
643 EXPECT_EQ(layoutProperty->GetThickness().value(), SLIDER_INSET_TRACK_THICKNRESS);
H A Dslider_modifier_test_ng.cpp1483 Dimension testResult = sliderModelNG.GetThickness(AceType::RawPtr(frameNode));
1512 Dimension testResult = sliderModelNG.GetThickness(AceType::RawPtr(frameNode));
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/data_panel/
H A Ddata_panel_content_modifier_test_ng.cpp87 Dimension GetThickness() const in GetThickness() function in OHOS::Ace::NG::DataPanelTheme
H A Ddata_panel_test_ng.cpp99 Dimension GetThickness() const in GetThickness() function in OHOS::Ace::NG::DataPanelTheme