/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | slider_composed_element.cpp | 50 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 D | slider_composed_element.h | 42 std::string GetThickness() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_data_panel.cpp | 198 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 D | data_panel_component.cpp | 54 SetThickness(theme->GetThickness()); in InitalStyle()
|
H A D | data_panel_component.h | 154 const Dimension& GetThickness() const in GetThickness() function
|
H A D | data_panel_theme.h | 129 const Dimension& GetThickness() const in GetThickness() function
|
H A D | render_data_panel.cpp | 42 thickness_ = dataPanelComponent->GetThickness(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_paint_method.cpp | 41 … auto strokeWidth = paintProperty->GetStrokeWidth().value_or(theme->GetThickness()).ConvertToPx(); in UpdateContentModifier()
|
H A D | data_panel_paint_property.h | 105 GetStrokeWidth().value_or(theme->GetThickness()).ToString().c_str(), filter); in ToJsonValue()
|
H A D | data_panel_modifier.cpp | 64 … strokeWidth_ = AceType::MakeRefPtr<AnimatablePropertyFloat>(theme->GetThickness().ConvertToPx()); in DataPanelModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_layout_property.h | 58 GetThickness() in ToJsonValue()
|
H A D | slider_model_ng.h | 146 static Dimension GetThickness(FrameNode* frameNode);
|
H A D | slider_layout_algorithm.cpp | 97 auto thickness = sliderLayoutProperty->GetThickness().value_or(themeTrackThickness); in MeasureContent()
|
H A D | slider_model_ng.cpp | 735 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 D | slider_component.h | 212 const Dimension& GetThickness() const in GetThickness() function
|
H A D | render_slider.h | 195 double GetThickness() in GetThickness() function
|
H A D | render_slider.cpp | 69 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 D | arkts_native_data_panel_bridge.cpp | 298 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 D | node_slider_modifier.cpp | 645 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 D | slider_test_ng.cpp | 635 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 D | slider_modifier_test_ng.cpp | 1483 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 D | data_panel_content_modifier_test_ng.cpp | 87 Dimension GetThickness() const in GetThickness() function in OHOS::Ace::NG::DataPanelTheme
|
H A D | data_panel_test_ng.cpp | 99 Dimension GetThickness() const in GetThickness() function in OHOS::Ace::NG::DataPanelTheme
|