Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.cpp727 auto controlSizeIntValue = optionObj->GetProperty(JSButton::CONTROL_SIZE)->ToNumber<int32_t>(); in ParseCreatePara() local
728 if (controlSizeIntValue >= static_cast<int32_t>(ControlSize::SMALL) && in ParseCreatePara()
729 controlSizeIntValue <= static_cast<int32_t>(ControlSize::NORMAL)) { in ParseCreatePara()
730 para.controlSize = static_cast<ControlSize>(controlSizeIntValue); in ParseCreatePara()

Completed in 3 milliseconds