Searched refs:secondType (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/i18n/ |
H A D | time_format.h | 44 ZeroPrefixType secondType; member 74 static std::string GetSecondFormat(const int32_t secondType) { in GetSecondFormat() argument 75 if (secondType == static_cast<int32_t>(ZeroPrefixType::AUTO)) { in GetSecondFormat() 77 } else if (secondType == static_cast<int32_t>(ZeroPrefixType::HIDE)) { in GetSecondFormat() 79 } else if (secondType == static_cast<int32_t>(ZeroPrefixType::SHOW)) { in GetSecondFormat()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_model_ng.h | 34 ZeroPrefixType& minuteType, ZeroPrefixType& secondType) override; 58 ZeroPrefixType& minuteType, ZeroPrefixType& secondType);
|
H A D | timepicker_model.h | 46 ZeroPrefixType& minuteType, ZeroPrefixType& secondType) {}; in SetDateTimeOptions() 45 SetDateTimeOptions(ZeroPrefixType& hourType, ZeroPrefixType& minuteType, ZeroPrefixType& secondType) SetDateTimeOptions() argument
|
H A D | timepicker_model_ng.cpp | 235 ZeroPrefixType& minuteType, ZeroPrefixType& secondType) 242 (timePickerRowPattern->GetPrefixSecond() != secondType)) { 249 ACE_UPDATE_LAYOUT_PROPERTY(TimePickerLayoutProperty, PrefixSecond, static_cast<int32_t>(secondType)); 616 ZeroPrefixType& minuteType, ZeroPrefixType& secondType) 626 static_cast<int32_t>(secondType), frameNode);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_timepicker_modifier.cpp | 227 ArkUINodeHandle node, ArkUI_Int32 hourType, ArkUI_Int32 minuteType, ArkUI_Int32 secondType) in SetTimepickerDateTimeOptions() 233 ZeroPrefixType second = static_cast<ZeroPrefixType>(secondType); in SetTimepickerDateTimeOptions() 243 ZeroPrefixType secondType = ZeroPrefixType::AUTO; in ResetTimepickerDateTimeOptions() local 244 TimePickerModelNG::SetDateTimeOptions(frameNode, hourType, minuteType, secondType); in ResetTimepickerDateTimeOptions() 226 SetTimepickerDateTimeOptions( ArkUINodeHandle node, ArkUI_Int32 hourType, ArkUI_Int32 minuteType, ArkUI_Int32 secondType) SetTimepickerDateTimeOptions() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_timepicker_bridge.cpp | 293 ZeroPrefixType secondType = ZeroPrefixType::AUTO;
in SetTimepickerDateTimeOptions() local 313 secondType = ZeroPrefixType::SHOW;
in SetTimepickerDateTimeOptions() 316 secondType = ZeroPrefixType::HIDE;
in SetTimepickerDateTimeOptions() 321 static_cast<ArkUI_Int32>(secondType));
in SetTimepickerDateTimeOptions()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_datepicker.cpp | 1330 dateTimeOptions.secondType = ZeroPrefixType::AUTO; in ParseDateTimeOptions() 1420 ZeroPrefixType secondType = ZeroPrefixType::AUTO; in DateTimeOptions() local 1442 secondType = ZeroPrefixType::SHOW; in DateTimeOptions() 1445 secondType = ZeroPrefixType::HIDE; in DateTimeOptions() 1449 TimePickerModel::GetInstance()->SetDateTimeOptions(hourType, minuteType, secondType); in DateTimeOptions()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 1075 ArkUINodeHandle node, ArkUI_Int32 hourType, ArkUI_Int32 minuteType, ArkUI_Int32 secondType);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2614 ArkUINodeHandle node, ArkUI_Int32 hourType, ArkUI_Int32 minuteType, ArkUI_Int32 secondType);
|
Completed in 47 milliseconds