Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.h60 static constexpr char CONTROL_SIZE[] = "controlSize"; member in OHOS::Ace::Framework::JSButton
H A Djs_button.cpp723 if (optionObj->HasProperty(JSButton::CONTROL_SIZE)) { in ParseCreatePara()
726 if (optionObj->GetProperty(JSButton::CONTROL_SIZE)->IsNumber()) { in ParseCreatePara()
727 auto controlSizeIntValue = optionObj->GetProperty(JSButton::CONTROL_SIZE)->ToNumber<int32_t>(); in ParseCreatePara()

Completed in 2 milliseconds