Home
last modified time | relevance | path

Searched refs:fontheight (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_pattern_test_ng.cpp1062 prop.fontheight = 3.0f;
1100 prop.fontheight = 3.0f;
1138 prop.fontheight = 3.0f;
1176 prop.fontheight = 3.0f;
1214 prop.fontheight = 3.0f;
1252 prop.fontheight = 3.0f;
1290 prop.fontheight = 3.0f;
1328 prop.fontheight = 3.0f;
1366 prop.fontheight = 3.0f;
1404 prop.fontheight = 3.0f;
[all …]
H A Dtext_picker_Extend_test_ng.cpp787 prop.fontheight = 3.0f;
824 prop.fontheight = 3.0f;
861 prop.fontheight = 3.0f;
898 prop.fontheight = 3.0f;
1215 prop.fontheight = 3.0f;
1255 prop.fontheight = 3.0f;
H A Dtext_picker_column_test_ng.cpp1741 prop.fontheight = 1.0f;
1767 prop.fontheight = 1.0f;
1791 prop.fontheight = 1.0f;
1816 prop.fontheight = 1.0f;
1846 prop.fontheight = 3.0f;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp127 prop.fontheight = size.Height(); in OnModifyDone()
571 optionProperties_[currentIndex].fontheight = size.Height(); in AddAnimationTextProperties()
572 … if (optionProperties_[currentIndex].fontheight > optionProperties_[currentIndex].height) { in AddAnimationTextProperties()
573 optionProperties_[currentIndex].fontheight = optionProperties_[currentIndex].height; in AddAnimationTextProperties()
1022 … (optionProperties_[nextIndex].height - optionProperties_[nextIndex].fontheight) / in GetShiftDistance()
1028 …val = (optionProperties_[index].height - optionProperties_[nextIndex].fontheight) / MIDDLE_CHILD_I… in GetShiftDistance()
1038 … (optionProperties_[nextIndex].height - optionProperties_[nextIndex].fontheight) / in GetShiftDistance()
1084 … (optionProperties_[nextIndex].height - optionProperties_[nextIndex].fontheight) / in GetShiftDistanceForLandscape()
1089 …val = (optionProperties_[index].height - optionProperties_[nextIndex].fontheight) / MIDDLE_CHILD_I… in GetShiftDistanceForLandscape()
1099 … (optionProperties_[nextIndex].height - optionProperties_[nextIndex].fontheight) / in GetShiftDistanceForLandscape()
H A Ddatepicker_column_pattern.h55 float fontheight = 0.0f; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp133 prop.fontheight = size.Height(); in OnModifyDone()
643 optionProperties_[currentIndex].fontheight = size.Height(); in AddAnimationTextProperties()
644 … if (optionProperties_[currentIndex].fontheight > optionProperties_[currentIndex].height) { in AddAnimationTextProperties()
645 optionProperties_[currentIndex].fontheight = optionProperties_[currentIndex].height; in AddAnimationTextProperties()
1030 … (optionProperties_[nextIndex].height - optionProperties_[nextIndex].fontheight) / in GetShiftDistance()
1036 …val = (optionProperties_[index].height - optionProperties_[nextIndex].fontheight) / MIDDLE_CHILD_I… in GetShiftDistance()
1046 … (optionProperties_[nextIndex].height - optionProperties_[nextIndex].fontheight) / in GetShiftDistance()
1090 … (optionProperties_[nextIndex].height - optionProperties_[nextIndex].fontheight) / in GetShiftDistanceForLandscape()
1095 …val = (optionProperties_[index].height - optionProperties_[nextIndex].fontheight) / MIDDLE_CHILD_I… in GetShiftDistanceForLandscape()
1105 … (optionProperties_[nextIndex].height - optionProperties_[nextIndex].fontheight) / in GetShiftDistanceForLandscape()
H A Dtimepicker_column_pattern.h54 float fontheight = 0.0f; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp139 prop.fontheight = size.Height(); in OnModifyDone()
823 optionProperties_[currentIndex].fontheight = size.Height(); in AddAnimationTextProperties()
824 … if (optionProperties_[currentIndex].fontheight > optionProperties_[currentIndex].height) { in AddAnimationTextProperties()
825 optionProperties_[currentIndex].fontheight = optionProperties_[currentIndex].height; in AddAnimationTextProperties()
1315 … if (GreatOrEqual(optionProperties_[nextIndex].fontheight, optionProperties_[nextIndex].height)) { in GetSelectedDistance()
1320 optionProperties_[nextIndex].fontheight / HALF_NUMBER; in GetSelectedDistance()
1346 … (optionProperties_[nextIndex].height - optionProperties_[nextIndex].fontheight) / HALF_NUMBER; in GetUpCandidateDistance()
1365 … (optionProperties_[nextIndex].height - optionProperties_[nextIndex].fontheight) / HALF_NUMBER; in GetDownCandidateDistance()
1366 … if (GreatNotEqual(optionProperties_[nextIndex].fontheight, optionProperties_[index].height)) { in GetDownCandidateDistance()
1367 … val = val + (optionProperties_[nextIndex].fontheight - optionProperties_[index].height); in GetDownCandidateDistance()
H A Dtextpicker_column_pattern.h52 float fontheight = 0.0f; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp3392 datePickerOptionProperty.fontheight = TEST_FONT_SIZE;