Home
last modified time | relevance | path

Searched refs:gridCountValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.cpp164 auto gridCountValue = constructorArg->GetProperty("gridCount"); in ConstructorCallback() local
165 if (gridCountValue->IsNumber()) { in ConstructorCallback()
166 instance->dialogProperties_.gridCount = gridCountValue->ToNumber<int32_t>(); in ConstructorCallback()
H A Djs_alert_dialog.cpp414 auto gridCountValue = obj->GetProperty("gridCount"); in Show() local
415 if (gridCountValue->IsNumber()) { in Show()
416 properties.gridCount = gridCountValue->ToNumber<int32_t>(); in Show()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp403 auto gridCountValue = obj->GetProperty("gridCount"); in Show() local
404 if (gridCountValue->IsNumber()) { in Show()
405 properties.gridCount = gridCountValue->ToNumber<int32_t>(); in Show()