Home
last modified time | relevance | path

Searched refs:GetAnimationFlag (Results 1 - 20 of 20) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dsub_session_lifecycle_test.cpp207 uint32_t res = winPropSrc->GetAnimationFlag(); in HWTEST_F()
215 res = winPropSrc->GetAnimationFlag(); in HWTEST_F()
250 uint32_t res = winPropSrc->GetAnimationFlag(); in HWTEST_F()
272 uint32_t res = winPropSrc->GetAnimationFlag(); in HWTEST_F()
/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()
96 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.cpp3441 return property->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM); in IsNeedSystemPermissionByAction()
3788 sessionProperty->SetAnimationFlag(property->GetAnimationFlag()); in HandleActionUpdateAnimationFlag()
4792 if (property && property->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM)) { in CheckPermissionWithPropertyAnimation()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h124 uint32_t GetAnimationFlag() const;
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp305 bool defaultAnimation = property_->GetAnimationFlag() == (static_cast<uint32_t>(WindowAnimation::DEFAULT)); in EnableDefaultAnimation()
H A Dwindow_node_container.cpp236 if (node->GetWindowProperty()->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM) && in LayoutWhenAddWindowNode()
788 if (node->GetWindowProperty()->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM) || in AddNodeOnRSTree()
857 if (node->GetWindowProperty()->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM) || in RemoveNodeFromRSTree()
H A Dwindow_manager_service.cpp896 if (property->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::NONE) || in CheckAnimationPermission()
901 if (property->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::DEFAULT) && in CheckAnimationPermission()
H A Dwindow_controller.cpp1389 uint32_t animationFlag = node->GetWindowProperty()->GetAnimationFlag(); in UpdateWindowAnimation()
1532 node->GetWindowProperty()->SetAnimationFlag(property->GetAnimationFlag()); in UpdateProperty()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test4.cpp404 auto ret = windowSceneSessionImpl->property_->GetAnimationFlag(); in HWTEST_F()
409 ret = windowSceneSessionImpl->property_->GetAnimationFlag(); in HWTEST_F()
413 ret = windowSceneSessionImpl->property_->GetAnimationFlag(); in HWTEST_F()
419 ret = windowSceneSessionImpl->property_->GetAnimationFlag(); in HWTEST_F()
424 ret = windowSceneSessionImpl->property_->GetAnimationFlag(); in HWTEST_F()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp443 * @tc.desc: GetAnimationFlag test
451 uint32_t res = winPropSrc.GetAnimationFlag(); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h143 uint32_t GetAnimationFlag() const;
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dhidump_controller.cpp134 << property->GetAnimationFlag() << "|" in DumpSessionParam()
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp509 uint32_t WindowProperty::GetAnimationFlag() const in GetAnimationFlag() function in OHOS::Rosen::WindowProperty
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1262 uint32_t animationFlag = property_->GetAnimationFlag(); in Hide()
3197 uint32_t animationFlag = property_->GetAnimationFlag(); in TransformSurfaceNode()
3226 uint32_t animationFlag = property->GetAnimationFlag(); in RegisterAnimationTransitionController()
H A Dwindow_impl.cpp1754 uint32_t animationFlag = property_->GetAnimationFlag(); in Hide()
2465 uint32_t animationFlag = property->GetAnimationFlag(); in RegisterAnimationTransitionController()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h1217 bool GetAnimationFlag();
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp562 uint32_t WindowSessionProperty::GetAnimationFlag() const in GetAnimationFlag() function in OHOS::Rosen::WindowSessionProperty
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list_manager.cpp2163 !(isClose && AbilityManagerService::GetPubInstance()->GetAnimationFlag())) { in MoveToBackgroundTask()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp9240 bool AbilityManagerService::GetAnimationFlag() in GetAnimationFlag() function in OHOS::AAFwk::AbilityManagerService

Completed in 73 milliseconds