Home
last modified time | relevance | path

Searched refs:GetAnimationFlag (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsub_session_lifecycle_test.cpp194 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 Dsub_session.cpp64 … 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 Dsystem_session.cpp102 … 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 Dscene_session.cpp3665 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 Dwindow_property.h124 uint32_t GetAnimationFlag() const;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test4.cpp371 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 Dwindow_node.cpp305 …bool defaultAnimation = property_->GetAnimationFlag() == (static_cast<uint32_t>(WindowAnimation::D… in EnableDefaultAnimation()
H A Dwindow_manager_service.cpp893 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 Dwindow_node_container.cpp236 …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 Dwindow_controller.cpp1389 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 Dwindow_property_test.cpp451 uint32_t res = winPropSrc.GetAnimationFlag();
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h142 uint32_t GetAnimationFlag() const;
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp509 uint32_t WindowProperty::GetAnimationFlag() const in GetAnimationFlag() function in OHOS::Rosen::WindowProperty
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp577 uint32_t WindowSessionProperty::GetAnimationFlag() const in GetAnimationFlag() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1249 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 Dwindow_impl.cpp1791 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 Dability_manager_service.h1233 bool GetAnimationFlag();
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_list_manager.cpp2136 !(isClose && AbilityManagerService::GetPubInstance()->GetAnimationFlag())) { in MoveToBackgroundTask()
H A Dability_manager_service.cpp9540 bool AbilityManagerService::GetAnimationFlag() in GetAnimationFlag() function in OHOS::AAFwk::AbilityManagerService