Home
last modified time | relevance | path

Searched refs:GetGridCount (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dalertdialog_composed_element.cpp65 item->Put("gridcount", GetGridCount().c_str()); in Show()
134 std::string AlertDialogComposedElement::GetGridCount() const in GetGridCount() function in OHOS::Ace::V2::AlertDialogComposedElement
H A Dalertdialog_composed_element.h42 std::string GetGridCount() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/
H A Daging_adapation_dialog_theme.h155 const int32_t& GetGridCount() const in GetGridCount() function
H A Daging_adapation_dialog_util.cpp130 dialogProperties.gridCount = dialogTheme->GetGridCount(); in CreateCustomDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Ddialog_tween_component.h255 int32_t GetGridCount() const in GetGridCount() function
H A Drender_dialog_tween.cpp134 gridCount_ = dialog->GetGridCount(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp85 gridCount_ = dialogProp->GetGridCount().value_or(-1); in Measure()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_model_test_ng.cpp611 EXPECT_EQ(dialogLayoutProp->GetGridCount(), props.gridCount);