| /foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/ |
| D | ArkCustomDialogControllerInterfaces.ts | 40 showInSubWindow?: boolean; property
|
| D | ArkActionSheetInterfaces.ts | 60 showInSubWindow?: boolean; property
|
| D | ArkAlertDialogInterfaces.ts | 80 showInSubWindow?: boolean; property
|
| D | ArkCommonInterfaces.ts | 606 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/ |
| D | ArkCustomDialogControllerInterfaces.ts | 41 showInSubWindow?: boolean; property
|
| D | ArkActionSheetInterfaces.ts | 62 showInSubWindow?: boolean; property
|
| D | ArkAlertDialogInterfaces.ts | 83 showInSubWindow?: boolean; property
|
| D | ArkCommonInterfaces.ts | 619 showInSubWindow?: boolean; property 648 showInSubWindow?: boolean; property 698 showInSubWindow?: boolean; property
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_customdialog_controller_ffi.h | 49 bool showInSubWindow; member 65 bool showInSubWindow; member
|
| D | cj_alert_dialog_ffi.h | 56 bool showInSubWindow; member
|
| D | cj_alert_dialog_ffi_v2.h | 48 NativeOptionBool showInSubWindow; member
|
| D | cj_action_sheet_ffi.h | 72 NativeOptionBool showInSubWindow; member
|
| D | cj_view_abstract_ffi.h | 86 bool showInSubWindow; member 135 bool showInSubWindow; member 243 NativeOptionBool showInSubWindow; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/ |
| D | cj_prompt_ffi.h | 93 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/ |
| D | bubble_pattern.cpp | 394 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
|
| D | bubble_layout_algorithm.cpp | 311 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/ |
| D | customDialogController.ts | 89 showInSubWindow?: boolean; property
|
| D | actionSheet.ts | 83 showInSubWindow?: boolean; property
|
| D | alertDialog.ts | 115 showInSubWindow?: boolean; property
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
| D | sheet_presentation_layout_algorithm.cpp | 143 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
|
| D | sheet_style.h | 209 std::optional<bool> showInSubWindow; member
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | custom_dialog_model.h | 38 ArkUI_Int32 showInSubWindow; member
|
| D | custom_dialog_model.cpp | 684 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/ |
| D | custom_dialog_controller_peer_impl.cpp | 177 void CustomDialogControllerPeerImpl::SetShowInSubWindow(Opt_Boolean showInSubWindow) in SetShowInSubWindow()
|
| D | alert_dialog_accessor.cpp | 46 Opt_Boolean showInSubWindow; member
|