/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | sub_session_lifecycle_test.cpp | 194 uint32_t res = winPropSrc->GetAnimationFlag(); 202 res = winPropSrc->GetAnimationFlag(); 237 uint32_t res = winPropSrc->GetAnimationFlag(); 259 uint32_t res = winPropSrc->GetAnimationFlag();
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | sub_session.cpp | 64 … if (property && property->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM) && in Show() 106 sessionProperty->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM)) { in Hide()
|
H A D | system_session.cpp | 102 … if (property && property->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM)) { in Show() 144 sessionProperty->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM)) { in Hide()
|
H A D | scene_session.cpp | 3665 return property->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM); in IsNeedSystemPermissionByAction() 4015 sessionProperty->SetAnimationFlag(property->GetAnimationFlag()); in HandleActionUpdateAnimationFlag() 5031 … if (property && property->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM)) { in CheckPermissionWithPropertyAnimation()
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | window_property.h | 124 uint32_t GetAnimationFlag() const;
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_scene_session_impl_test4.cpp | 371 auto ret = windowSceneSessionImpl->property_->GetAnimationFlag(); 376 ret = windowSceneSessionImpl->property_->GetAnimationFlag(); 380 ret = windowSceneSessionImpl->property_->GetAnimationFlag(); 386 ret = windowSceneSessionImpl->property_->GetAnimationFlag(); 391 ret = windowSceneSessionImpl->property_->GetAnimationFlag();
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_node.cpp | 305 …bool defaultAnimation = property_->GetAnimationFlag() == (static_cast<uint32_t>(WindowAnimation::D… in EnableDefaultAnimation()
|
H A D | window_manager_service.cpp | 893 if (property->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::NONE) || in CheckAnimationPermission() 898 if (property->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::DEFAULT) && in CheckAnimationPermission()
|
H A D | window_node_container.cpp | 236 …if (node->GetWindowProperty()->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM… in LayoutWhenAddWindowNode() 789 …if (node->GetWindowProperty()->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM… in AddNodeOnRSTree() 858 …if (node->GetWindowProperty()->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM… in RemoveNodeFromRSTree()
|
H A D | window_controller.cpp | 1389 uint32_t animationFlag = node->GetWindowProperty()->GetAnimationFlag(); in UpdateWindowAnimation() 1532 node->GetWindowProperty()->SetAnimationFlag(property->GetAnimationFlag()); in UpdateProperty()
|
/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 451 uint32_t res = winPropSrc.GetAnimationFlag();
|
/ohos5.0/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 142 uint32_t GetAnimationFlag() const;
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | window_property.cpp | 509 uint32_t WindowProperty::GetAnimationFlag() const in GetAnimationFlag() function in OHOS::Rosen::WindowProperty
|
/ohos5.0/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 577 uint32_t WindowSessionProperty::GetAnimationFlag() const in GetAnimationFlag() function in OHOS::Rosen::WindowSessionProperty
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 1249 uint32_t animationFlag = property_->GetAnimationFlag(); in Hide() 3361 uint32_t animationFlag = property_->GetAnimationFlag(); in TransformSurfaceNode() 3391 uint32_t animationFlag = property->GetAnimationFlag(); in RegisterAnimationTransitionController()
|
H A D | window_impl.cpp | 1791 uint32_t animationFlag = property_->GetAnimationFlag(); in Hide() 2502 uint32_t animationFlag = property->GetAnimationFlag(); in RegisterAnimationTransitionController()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_manager_service.h | 1233 bool GetAnimationFlag();
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | mission_list_manager.cpp | 2136 !(isClose && AbilityManagerService::GetPubInstance()->GetAnimationFlag())) { in MoveToBackgroundTask()
|
H A D | ability_manager_service.cpp | 9540 bool AbilityManagerService::GetAnimationFlag() in GetAnimationFlag() function in OHOS::AAFwk::AbilityManagerService
|