Home
last modified time | relevance | path

Searched refs:actualHeight (Results 1 – 3 of 3) sorted by relevance

/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
232 actualHeight = std::min(actualHeight, maxHeight); in PerformMeasureSelf()
233 actualHeight = std::max(actualHeight, minHeight); in PerformMeasureSelf()
234 …frameSize.SetHeight(maxHeight > defaultHeight ? std::max(defaultHeight, actualHeight) : maxHeight); in PerformMeasureSelf()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp1098 uint16_t actualHeight = fileCount > 1 ? (fixedY % height) : fixedY; in GetTimezoneIdByLocation() local
1099 std::vector<int> pixel = GetColorData(fixedX, fixedY, actualHeight, preferredPath); in GetTimezoneIdByLocation()
1142 uint16_t actualHeight, std::string preferredPath) in GetColorData() argument
1166 for (int i = 0; i < (actualHeight + 1); i++) { in GetColorData()
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h102 uint16_t actualHeight, std::string preferredPath);