Searched refs:sheetsInfo (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/ |
H A D | action_sheet_component.cpp | 70 auto sheetsInfo = properties_.sheetsInfo; in BuildMenu() local 71 if (sheetsInfo.empty()) { in BuildMenu() 76 for (const auto& sheetInfo : sheetsInfo) { in BuildMenu() 142 if (properties_.sheetsInfo.empty()) { in BuildContent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/ |
H A D | js_action_sheet.cpp | 356 std::vector<ActionSheetInfo> sheetsInfo; in Show() local 359 sheetsInfo.emplace_back(ParseSheetInfo(execContext, sheetsArr->GetValueAt(index))); in Show() 361 dialogProps.sheetsInfo = std::move(sheetsInfo); in Show() 394 std::vector<ActionSheetInfo> sheetsInfo; in Show() local 397 sheetsInfo.emplace_back(ParseSheetInfo(execContext, sheetsArr->GetValueAt(index))); in Show() 399 properties.sheetsInfo = std::move(sheetsInfo); in Show()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/ |
H A D | dialog_test_ng.cpp | 162 .sheetsInfo = sheetItems, 168 .sheetsInfo = sheetItems, 178 .sheetsInfo = sheetItems, 982 props.sheetsInfo = sheetItems; 1338 .sheetsInfo = sheetItems, 1383 .sheetsInfo = sheetItems, 1775 .sheetsInfo = sheetItems, 2078 .sheetsInfo = sheetItems, 2127 .sheetsInfo = sheetItems, 2177 .sheetsInfo = sheetItems, [all …]
|
H A D | dialog_model_test_ng.cpp | 792 .sheetsInfo = sheetItems, 1159 .sheetsInfo = sheetItems, 1170 dialogPattern->dialogProperties_.sheetsInfo.clear();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | actionsheetdialog_composed_element.cpp | 137 auto actionsheet = renderDialog->GetDialogProperties().sheetsInfo; in GetSheets()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_properties.h | 263 std::vector<ActionSheetInfo> sheetsInfo; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_pattern.cpp | 435 if (props.type == DialogType::ACTION_SHEET && !props.sheetsInfo.empty()) { in BuildChild() 436 auto sheetContainer = BuildSheet(props.sheetsInfo); in BuildChild() 1235 if (dialogProperties_.sheetsInfo.empty()) { in UpdateSheetIconAndText() 1246 auto sheetInfo = dialogProperties_.sheetsInfo.at(sheetIndex); in UpdateSheetIconAndText()
|