Home
last modified time | relevance | path

Searched defs:actualHeight (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp1098 uint16_t actualHeight = fileCount > 1 ? (fixedY % height) : fixedY; in GetTimezoneIdByLocation() local
1142 uint16_t actualHeight, std::string preferredPath) in GetColorData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp231 … auto actualHeight = static_cast<float>(childSize_.Height() + topPadding + bottomPadding); in PerformMeasureSelf() local