Searched refs:GetUsingPopup (Results 1 – 3 of 3) sorted by relevance
49 bool GetUsingPopup() const;
48 …{ "usingPopup", [](const IndexerComposedElement& inspector) { return inspector.GetUsingPopup(); } … in __anoncaba870b0d02()254 bool IndexerComposedElement::GetUsingPopup() const in GetUsingPopup() function in OHOS::Ace::V2::IndexerComposedElement
83 auto usePopup = layoutProperty->GetUsingPopup().value_or(false); in OnModifyDone()1641 auto usePopup = layoutProperty->GetUsingPopup().value_or(false); in NeedShowBubble()