Home
last modified time | relevance | path

Searched refs:styleModeIntValue (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar_picker.cpp104 auto styleModeIntValue = pickerButtonParamObject->GetProperty("style")->ToNumber<int32_t>(); in ParseButtonStyle() local
105 if (styleModeIntValue >= static_cast<int32_t>(ButtonStyleMode::NORMAL) && in ParseButtonStyle()
106 styleModeIntValue <= static_cast<int32_t>(ButtonStyleMode::TEXT)) { in ParseButtonStyle()
107 buttonInfo.buttonStyle = static_cast<ButtonStyleMode>(styleModeIntValue); in ParseButtonStyle()
H A Djs_button.cpp717 auto styleModeIntValue = optionObj->GetProperty(JSButton::BUTTON_STYLE)->ToNumber<int32_t>(); in ParseCreatePara() local
718 if (styleModeIntValue >= static_cast<int32_t>(ButtonStyleMode::NORMAL) && in ParseCreatePara()
719 styleModeIntValue <= static_cast<int32_t>(ButtonStyleMode::TEXT)) { in ParseCreatePara()
720 para.buttonStyleMode = static_cast<ButtonStyleMode>(styleModeIntValue); in ParseCreatePara()
H A Djs_datepicker.cpp224 auto styleModeIntValue = pickerButtonParamObject->GetProperty("style")->ToNumber<int32_t>(); in ParseButtonStyle() local
225 if (styleModeIntValue >= static_cast<int32_t>(ButtonStyleMode::NORMAL) && in ParseButtonStyle()
226 styleModeIntValue <= static_cast<int32_t>(ButtonStyleMode::TEXT)) { in ParseButtonStyle()
227 buttonInfo.buttonStyle = static_cast<ButtonStyleMode>(styleModeIntValue); in ParseButtonStyle()
H A Djs_textpicker.cpp144 auto styleModeIntValue = pickerButtonParamObject->GetProperty("style")->ToNumber<int32_t>(); in ParseButtonStyle() local
145 if (styleModeIntValue >= static_cast<int32_t>(ButtonStyleMode::NORMAL) && in ParseButtonStyle()
146 styleModeIntValue <= static_cast<int32_t>(ButtonStyleMode::TEXT)) { in ParseButtonStyle()
147 buttonInfo.buttonStyle = static_cast<ButtonStyleMode>(styleModeIntValue); in ParseButtonStyle()

Completed in 13 milliseconds