Searched refs:GetGridCount (Results 1 – 8 of 8) sorted by relevance
65 item->Put("gridcount", GetGridCount().c_str()); in Show()134 std::string AlertDialogComposedElement::GetGridCount() const in GetGridCount() function in OHOS::Ace::V2::AlertDialogComposedElement
42 std::string GetGridCount() const;
155 const int32_t& GetGridCount() const in GetGridCount() function
130 dialogProperties.gridCount = dialogTheme->GetGridCount(); in CreateCustomDialog()
255 int32_t GetGridCount() const in GetGridCount() function
134 gridCount_ = dialog->GetGridCount(); in Update()
85 gridCount_ = dialogProp->GetGridCount().value_or(-1); in Measure()
611 EXPECT_EQ(dialogLayoutProp->GetGridCount(), props.gridCount);