/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | window_options_utils.cpp | 41 bool withAnimation = startOptions.GetWithAnimation(); in SetWindowPositionAndSize() local
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_stage_proxy_lifecycle_test.cpp | 108 bool withAnimation = true; in HWTEST_F() local 120 bool withAnimation = true; in HWTEST_F() local
|
H A D | scene_session_lifecycle_test.cpp | 1099 bool withAnimation = true; in HWTEST_F() local 1155 bool withAnimation = true; in HWTEST_F() local
|
H A D | session_stage_proxy_test.cpp | 398 bool withAnimation = true; in HWTEST_F() local 411 bool withAnimation = true; in HWTEST_F() local
|
H A D | scene_session_manager_lifecycle_test.cpp | 130 bool withAnimation = true; in HWTEST_F() local 147 bool withAnimation = true; in HWTEST_F() local
|
H A D | scene_session_manager_test6.cpp | 1561 bool withAnimation = false;
in HWTEST_F() local
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_inner_test.cpp | 150 bool withAnimation = false; in HWTEST_F() local 169 bool withAnimation = false; in HWTEST_F() local
|
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/ |
H A D | napi_common_start_options.cpp | 157 bool withAnimation = true; in UnwrapStartOptions() local
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | start_options.cpp | 142 void StartOptions::SetWithAnimation(bool withAnimation) in SetWithAnimation() argument
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service_inner.cpp | 143 bool DisplayManagerServiceInner::SetRotationFromWindow(DisplayId displayId, Rotation targetRotation, bool withAnimation)
in SetRotationFromWindow() argument 132 SetOrientationFromWindow(DisplayId displayId, Orientation orientation, bool withAnimation) SetOrientationFromWindow() argument
|
H A D | screen_rotation_controller.cpp | 185 void ScreenRotationController::SetScreenRotation(Rotation targetRotation, bool withAnimation) in SetScreenRotation() argument 429 void ScreenRotationController::ProcessSwitchToSensorUnrelatedOrientation(Orientation orientation, bool withAnimation) in ProcessSwitchToSensorUnrelatedOrientation() argument 441 SetScreenRotation(ConvertDeviceToDisplayRotation(DeviceRotation::ROTATION_PORTRAIT), withAnimation); in ProcessSwitchToSensorUnrelatedOrientation() local 446 withAnimation); in ProcessSwitchToSensorUnrelatedOrientation() local 450 SetScreenRotation(ConvertDeviceToDisplayRotation(DeviceRotation::ROTATION_LANDSCAPE), withAnimation); in ProcessSwitchToSensorUnrelatedOrientation() local 455 withAnimation); in ProcessSwitchToSensorUnrelatedOrientation() local 464 ProcessOrientationSwitch(Orientation orientation, bool withAnimation) ProcessOrientationSwitch() argument [all...] |
H A D | display_manager_service.cpp | 285 DMError DisplayManagerService::SetOrientationFromWindow(ScreenId screenId, Orientation orientation, bool withAnimation)
in SetOrientationFromWindow() argument 291 bool DisplayManagerService::SetRotationFromWindow(ScreenId screenId, Rotation targetRotation, bool withAnimation)
in SetRotationFromWindow() argument
|
H A D | abstract_screen_controller.cpp | 734 SetOrientation(ScreenId screenId, Orientation newOrientation, bool isFromWindow, bool withAnimation) SetOrientation() argument 833 SetScreenRotateAnimation( sptr<AbstractScreen>& screen, ScreenId screenId, Rotation rotationAfter, bool withAnimation) SetScreenRotateAnimation() argument 920 SetRotation(ScreenId screenId, Rotation rotationAfter, bool isFromWindow, bool withAnimation) SetRotation() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_pattern.h | 157 void SetChangeIndexWithAnimation(bool withAnimation) in SetChangeIndexWithAnimation() argument
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_scene_session_impl_test2.cpp | 920 bool withAnimation = true; in HWTEST_F() local 938 bool withAnimation = true; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_transition_effect.cpp | 96 void RosenTransitionEffect::ApplyAnimationOption(const std::function<void()>& func, bool withAnimation) in ApplyAnimationOption() argument
|
/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_proxy.cpp | 754 void SessionStageProxy::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() argument 809 void SessionStageProxy::NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) in NotifySessionBackground() argument
|
H A D | session_stage_stub.cpp | 386 bool withAnimation = data.ReadBool(); in HandleNotifySessionForeground() local 403 bool withAnimation = data.ReadBool(); in HandleNotifySessionBackground() local
|
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/ |
H A D | window_fuzzer.cpp | 794 bool withAnimation = false; in WindowImplFuzzTest() local
|
/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 815 void WindowExtensionSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() argument 819 void WindowExtensionSessionImpl::NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) in NotifySessionBackground() argument 866 WMError WindowExtensionSessionImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show() argument 873 WMError WindowExtensionSessionImpl::Hide(uint32_t reason, bool withAnimation, bool isFromInnerkits) in Hide() argument
|
H A D | window_impl.cpp | 1622 void WindowImpl::AdjustWindowAnimationFlag(bool withAnimation) in AdjustWindowAnimationFlag() argument 1642 WMError WindowImpl::PreProcessShow(uint32_t reason, bool withAnimation) in PreProcessShow() argument 1661 WMError WindowImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show() argument 1717 WMError WindowImpl::Hide(uint32_t reason, bool withAnimation, boo argument [all...] |
H A D | window_session_impl.cpp | 504 WMError WindowSessionImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show() argument 535 WMError WindowSessionImpl::Hide(uint32_t reason, bool withAnimation, bool isFromInnerkits) in Hide() argument 3826 void WindowSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() argument 3831 void WindowSessionImpl::NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) in NotifySessionBackground() argument
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 468 WMError WindowImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show() argument 473 WMError WindowImpl::Hide(uint32_t reason, bool withAnimation, bool isFromInnerkits) in Hide() argument
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 495 void WindowNodeContainer::SetDisplayOrientationFromWindow(sptr<WindowNode>& node, bool withAnimation) in SetDisplayOrientationFromWindow() argument
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 4269 void SceneSession::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground() argument 4277 void SceneSession::NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInnerkits) in NotifySessionBackground() argument
|