Home
last modified time | relevance | path

Searched refs:StringToDimensionWithThemeValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_view.cpp78 … StringUtils::StringToDimensionWithThemeValue(toastInfo.bottom, true, toastTheme->GetBottom())); in CreateToastNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_component.cpp183 …Dimension bottomPosition = StringUtils::StringToDimensionWithThemeValue(bottom, true, toastTheme->… in Show()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_utils.h367 inline Dimension StringToDimensionWithThemeValue(const std::string& value, bool useVp, const Dimens… in StringToDimensionWithThemeValue() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp270 auto result = StringUtils::StringToDimensionWithThemeValue( in SetPlaceholderFont()