Home
last modified time | relevance | path

Searched refs:isUseCustom (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.h40 static RefPtr<FrameNode> CreateMessage(const std::string& message, bool isUseCustom);
H A Dbubble_view.cpp820 auto isUseCustom = param->IsUseCustom(); in CreateButton() local
822 auto buttonTextNode = BubbleView::CreateMessage(buttonParam.value, isUseCustom); in CreateButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp1675 auto isUseCustom = paintProperty->GetUseCustom().value_or(false); in MountPopup() local
1703 …(!Container::LessThanAPIVersion(PlatformVersion::VERSION_ELEVEN) && isUseCustom && popupInfo.focus… in MountPopup()
1758 auto isUseCustom = paintProperty->GetUseCustom().value_or(false); in HidePopup() local
1783 … (!Container::LessThanAPIVersion(PlatformVersion::VERSION_ELEVEN) && isUseCustom && focusable)) { in HidePopup()
1794 auto onFinish = [isShowInSubWindow, isTypeWithOption, isUseCustom, focusable, in HidePopup()
1813 … (!Container::LessThanAPIVersion(PlatformVersion::VERSION_ELEVEN) && isUseCustom && focusable)) { in HidePopup()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1839 auto isUseCustom = param->IsUseCustom(); in BindPopup() local
1871 if (!isUseCustom) { in BindPopup()
1905 if (!isUseCustom) { in BindPopup()