/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_content_test_ng.cpp | 329 auto targetId = topModalPattern->GetTargetId(); 343 targetId = topModalPattern->GetTargetId(); 459 auto targetId = topModalPattern->GetTargetId(); 473 targetId = topModalPattern->GetTargetId(); 589 auto targetId = topModalPattern->GetTargetId(); 603 targetId = topModalPattern->GetTargetId(); 719 auto targetId = topModalPattern->GetTargetId(); 733 targetId = topModalPattern->GetTargetId(); 863 targetId = topModalPattern->GetTargetId(); 993 targetId = topModalPattern->GetTargetId(); [all …]
|
H A D | overlay_manager_test_ng.cpp | 914 …EXPECT_EQ(sheetPattern->GetTargetId(), topSheetNode->GetPattern<SheetPresentationPattern>()->GetTa… 1253 …EXPECT_EQ(sheetPattern->GetTargetId(), topSheetNode->GetPattern<SheetPresentationPattern>()->GetTa…
|
H A D | overlay_test_ng.cpp | 551 auto targetId = topModalPattern->GetTargetId(); 565 targetId = topModalPattern->GetTargetId();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_element.cpp | 59 if (!popup_ || popup_->GetPopupParam()->GetTargetId().empty()) { in ShowPopupInSubWindow() 111 if (!popup_ || popup_->GetPopupParam()->GetTargetId().empty()) { in ShowPopup()
|
H A D | popup_element_v2.cpp | 59 auto id = popup_->GetPopupParam()->GetTargetId(); in HandleDeclarativePerformBuild()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | popup_base_pattern.h | 40 virtual int32_t GetTargetId() const in GetTargetId() function
|
H A D | keyboard_base_pattern.h | 39 int32_t GetTargetId() in GetTargetId() function
|
H A D | modal_presentation_pattern.h | 53 int32_t GetTargetId() const override in GetTargetId() function
|
H A D | overlay_manager.cpp | 1201 auto targetId = menuWrapperPattern->GetTargetId(); in OnPopMenuAnimationFinished() 2303 if (menuWrapperPattern->GetTargetId() != targetId) { in CleanMenuInSubWindow() 3269 if (isProhibitBack_ && pattern->GetTargetId() < 0) { in RemoveModalInOverlay() 4286 DeleteModal(dismissTarget_.GetTargetId()); in DismissSheet() 4303 const auto& modalNode = GetModal(dismissTarget_.GetTargetId()); in DismissContentCover() 4305 DeleteModal(dismissTarget_.GetTargetId()); in DismissContentCover() 4314 RemoveModal(dismissTarget_.GetTargetId()); in DismissContentCover() 4346 modalTargetId = modalNode->GetPattern<ModalPresentationPattern>()->GetTargetId(); in GetModal() 4649 sheetNode->GetPattern<SheetPresentationPattern>()->GetTargetId() != targetId) { in UpdateSheetPage() 5052 topModalNode->GetPattern<ModalPresentationPattern>()->GetTargetId() != targetId) { in CheckTopModalNode() [all …]
|
H A D | sheet_presentation_pattern.h | 88 int32_t GetTargetId() const override in GetTargetId() function
|
H A D | overlay_manager.h | 81 int32_t GetTargetId() in GetTargetId() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_animation.h | 172 NodeId GetTargetId() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_property_animation.cpp | 245 …GetTargetId(), GetTargetName(), GetAnimationId(), GetPropertyId(), fraction, GetPropertyValue(), t… in DumpFraction()
|
H A D | rs_render_interpolating_spring_animation.cpp | 249 NodeId targetId = GetTargetId(); in CallLogicallyFinishCallback()
|
H A D | rs_animation_manager.cpp | 227 NodeId targetId = animation->GetTargetId(); in OnAnimationFinished()
|
H A D | rs_render_animation.cpp | 165 NodeId RSRenderAnimation::GetTargetId() const in GetTargetId() function in OHOS::Rosen::RSRenderAnimation
|
H A D | rs_render_spring_animation.cpp | 364 NodeId targetId = GetTargetId(); in CallLogicallyFinishCallback()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_manager.cpp | 160 NodeId targetId = animation->GetTargetId(); in OnAnimationFinished()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/ |
H A D | menu_preview_pattern.cpp | 182 … dragTargetNode = FrameNode::GetFrameNode(menuPattern->GetTargetTag(), menuPattern->GetTargetId()); in InitPanEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | popup_param.h | 164 const ComposeId& GetTargetId() const in GetTargetId() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/ |
H A D | menu_wrapper_pattern.h | 72 int32_t GetTargetId() const override in GetTargetId() function
|
H A D | menu_wrapper_pattern.cpp | 223 … menuItem = FrameNode::GetFrameNode(subMenuPattern->GetTargetTag(), subMenuPattern->GetTargetId()); in GetExpandingMode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | state_style_manager.cpp | 176 parent = ElementRegister::GetInstance()->GetUINodeById(parentPattern->GetTargetId()); in GetCustomNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_pattern.h | 211 int32_t GetTargetId() const in GetTargetId() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/ |
H A D | drag_animation_helper.cpp | 322 … auto frameNode = FrameNode::GetFrameNode(menuPattern->GetTargetTag(), menuPattern->GetTargetId()); in CalcBadgeTextPosition()
|