Home
last modified time | relevance | path

Searched refs:GetHour24 (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp192 if (!GetHour24() && !HasAmPmNode()) { in CreateAmPmNode()
388 if (GetHour24()) { in GetCurrentTime()
449 if (!GetHour24()) { in OnLanguageConfigurationUpdate()
569 if (GetHour24()) { in FlushColumn()
617 if (!GetHour24()) { in OnDataLinking()
628 bool isHour12 = !GetHour24(); in GetOptionsValue()
652 if (GetHour24()) { in HandleHourColumnBuilding()
753 if (GetHour24() && host->GetChildren().size() == CHILD_WITH_AMPM_SIZE) { in UpdateAllChildNode()
819 if (GetHour24()) { in GetAmPmNode()
897 if (!GetHour24()) { in UpdateAllChildNodeForUg()
[all …]
H A Dtimepicker_row_accessibility_property.cpp45 if (!timePickerRowPattern->GetHour24()) { in GetText()
52 } else if (timePickerRowPattern->GetHour24()) { in GetText()
66 if (!timePickerRowPattern->GetHour24()) { in GetText()
H A Dtimepicker_column_layout_algorithm.h46 bool GetHour24() const in GetHour24() function
H A Dtimepicker_column_pattern.h211 bool GetHour24() const in GetHour24() function
H A Dtimepicker_row_pattern.h216 bool GetHour24() const in GetHour24() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_time_component.h50 bool GetHour24() const in GetHour24() function
H A Dpicker_datetime_component.cpp158 if (GetHour24()) { in OnColumnsCreating()