Home
last modified time | relevance | path

Searched refs:LENGTH_METRIC_UNIT (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp139 const std::vector<std::string> LENGTH_METRIC_UNIT = { "px", "vp", "fp" }; member
5137 auto width = std::to_string(attrVal) + LENGTH_METRIC_UNIT[unit]; in SetScrollScrollBarWidth()
5142 auto width = std::to_string(attrVal) + LENGTH_METRIC_UNIT[unit]; in SetScrollScrollBarWidth()

Completed in 27 milliseconds