Home
last modified time | relevance | path

Searched defs:showInSubWindow (Results 1 – 25 of 40) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/
DArkCustomDialogControllerInterfaces.ts40 showInSubWindow?: boolean; property
DArkActionSheetInterfaces.ts60 showInSubWindow?: boolean; property
DArkAlertDialogInterfaces.ts80 showInSubWindow?: boolean; property
DArkCommonInterfaces.ts606 showInSubWindow?: boolean; property
635 showInSubWindow?: boolean; property
685 showInSubWindow?: boolean; property
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/arkui/src/generated/
DArkCustomDialogControllerInterfaces.ts41 showInSubWindow?: boolean; property
DArkActionSheetInterfaces.ts62 showInSubWindow?: boolean; property
DArkAlertDialogInterfaces.ts83 showInSubWindow?: boolean; property
DArkCommonInterfaces.ts619 showInSubWindow?: boolean; property
648 showInSubWindow?: boolean; property
698 showInSubWindow?: boolean; property
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_customdialog_controller_ffi.h49 bool showInSubWindow; member
65 bool showInSubWindow; member
Dcj_alert_dialog_ffi.h56 bool showInSubWindow; member
Dcj_alert_dialog_ffi_v2.h48 NativeOptionBool showInSubWindow; member
Dcj_action_sheet_ffi.h72 NativeOptionBool showInSubWindow; member
Dcj_view_abstract_ffi.h86 bool showInSubWindow; member
135 bool showInSubWindow; member
243 NativeOptionBool showInSubWindow; member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
Dcj_prompt_ffi.h93 bool showInSubWindow; member
101 bool showInSubWindow; member
151 bool showInSubWindow; member
165 bool showInSubWindow; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_pattern.cpp394 auto showInSubWindow = layoutProp->GetShowInSubWindow().value_or(false); in PopBubble() local
456 auto showInSubWindow = layoutProp->GetShowInSubWindow().value_or(false); in StartEnteringTransitionEffects() local
565 auto showInSubWindow = layoutProp->GetShowInSubWindow().value_or(false); in StartAlphaEnteringAnimation() local
739 auto showInSubWindow = layoutProp->GetShowInSubWindow().value_or(false); in OnWindowSizeChanged() local
762 auto showInSubWindow = layoutProp->GetShowInSubWindow().value_or(false); in OnWindowHide() local
Dbubble_layout_algorithm.cpp311 void BubbleLayoutAlgorithm::UpdateBubbleMaxSize(LayoutWrapper* layoutWrapper, bool showInSubWindow) in UpdateBubbleMaxSize()
336 void BubbleLayoutAlgorithm::FitAvailableRect(LayoutWrapper* layoutWrapper, bool showInSubWindow) in FitAvailableRect()
432 bool showInSubWindow = bubbleLayoutProperty->GetShowInSubWindowValue(false); in Measure() local
551 SizeF BubbleLayoutAlgorithm::GetPopupMaxWidthAndHeight(bool showInSubWindow, const RefPtr<FrameNode… in GetPopupMaxWidthAndHeight()
597 RefPtr<FrameNode> bubbleNode, bool showInSubWindow, LayoutWrapper* layoutWrapper) in BubbleAvoidanceRule()
662 bool showInSubWindow = bubbleProp->GetShowInSubWindowValue(false); in Layout() local
724 void BubbleLayoutAlgorithm::SetHotAreas(bool showInSubWindow, bool isBlock, in SetHotAreas()
803 …bleLayoutAlgorithm::InitProps(const RefPtr<BubbleLayoutProperty>& layoutProp, bool showInSubWindow, in InitProps()
854 void BubbleLayoutAlgorithm::HandleKeyboard(LayoutWrapper* layoutWrapper, bool showInSubWindow) in HandleKeyboard()
897 …ubbleLayoutAlgorithm::HandleUIExtensionKeyboard(LayoutWrapper* layoutWrapper, bool showInSubWindow) in HandleUIExtensionKeyboard()
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui-ohos/src/component/
DcustomDialogController.ts89 showInSubWindow?: boolean; property
DactionSheet.ts83 showInSubWindow?: boolean; property
DalertDialog.ts115 showInSubWindow?: boolean; property
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
Dsheet_presentation_layout_algorithm.cpp143 auto showInSubWindow = sheetStyle_.showInSubWindow.value_or(false); in ComputeWidthAndHeight() local
268 auto showInSubWindow = sheetStyle_.showInSubWindow.value_or(false); in ComputeCenterStyleOffset() local
358 auto showInSubWindow = sheetStyle_.showInSubWindow.value_or(false); in ComputePopupStyleOffset() local
Dsheet_style.h209 std::optional<bool> showInSubWindow; member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dcustom_dialog_model.h38 ArkUI_Int32 showInSubWindow; member
Dcustom_dialog_model.cpp684 ArkUI_Int32 ShowDialog(ArkUIDialogHandle controllerHandler, bool showInSubWindow) in ShowDialog()
882 ArkUI_Int32 SetDialogSubwindowMode(ArkUIDialogHandle controllerHandler, bool showInSubWindow) in SetDialogSubwindowMode()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/implementation/
Dcustom_dialog_controller_peer_impl.cpp177 void CustomDialogControllerPeerImpl::SetShowInSubWindow(Opt_Boolean showInSubWindow) in SetShowInSubWindow()
Dalert_dialog_accessor.cpp46 Opt_Boolean showInSubWindow; member

12