Home
last modified time | relevance | path

Searched defs:withAnimation (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_lifecycle_test.cpp108 bool withAnimation = true; variable
120 bool withAnimation = true; variable
H A Dsession_stage_proxy_test.cpp299 bool withAnimation = true; variable
312 bool withAnimation = true; variable
H A Dscene_session_manager_lifecycle_test.cpp130 bool withAnimation = true; variable
147 bool withAnimation = true; variable
H A Dscene_session_lifecycle_test.cpp1092 bool withAnimation = true; variable
1148 bool withAnimation = true; variable
H A Dscene_session_manager_test6.cpp1785 bool withAnimation = false; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwindow_options_utils.cpp41 bool withAnimation = startOptions.GetWithAnimation(); in SetWindowPositionAndSize() local
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_inner_test.cpp150 bool withAnimation = false; variable
169 bool withAnimation = false; variable
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp185 void ScreenRotationController::SetScreenRotation(Rotation targetRotation, bool withAnimation) in SetScreenRotation()
429 …nController::ProcessSwitchToSensorUnrelatedOrientation(Orientation orientation, bool withAnimation) in ProcessSwitchToSensorUnrelatedOrientation()
464 void ScreenRotationController::ProcessOrientationSwitch(Orientation orientation, bool withAnimation) in ProcessOrientationSwitch()
H A Ddisplay_manager_service_inner.cpp133 bool withAnimation) in SetOrientationFromWindow()
143 …rviceInner::SetRotationFromWindow(DisplayId displayId, Rotation targetRotation, bool withAnimation) in SetRotationFromWindow()
H A Ddisplay_manager_service.cpp286 …erService::SetOrientationFromWindow(ScreenId screenId, Orientation orientation, bool withAnimation) in SetOrientationFromWindow()
292 …nagerService::SetRotationFromWindow(ScreenId screenId, Rotation targetRotation, bool withAnimation) in SetRotationFromWindow()
H A Dabstract_screen_controller.cpp735 bool isFromWindow, bool withAnimation) in SetOrientation()
834 sptr<AbstractScreen>& screen, ScreenId screenId, Rotation rotationAfter, bool withAnimation) in SetScreenRotateAnimation()
921 bool isFromWindow, bool withAnimation) in SetRotation()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_options.cpp164 void StartOptions::SetWithAnimation(bool withAnimation) in SetWithAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.h149 void SetChangeIndexWithAnimation(bool withAnimation) in SetChangeIndexWithAnimation()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp688 void WindowExtensionSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground()
692 void WindowExtensionSessionImpl::NotifySessionBackground(uint32_t reason, bool withAnimation, bool … in NotifySessionBackground()
739 WMError WindowExtensionSessionImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show()
761 WMError WindowExtensionSessionImpl::Hide(uint32_t reason, bool withAnimation, bool isFromInnerkits) in Hide()
H A Dwindow_scene_session_impl.cpp1102 WMError WindowSceneSessionImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show()
1190 WMError WindowSceneSessionImpl::Hide(uint32_t reason, bool withAnimation, bool isFromInnerkits) in Hide()
3425 void WindowSceneSessionImpl::AdjustWindowAnimationFlag(bool withAnimation) in AdjustWindowAnimationFlag()
3447 WMError WindowSceneSessionImpl::UpdateAnimationFlagProperty(bool withAnimation) in UpdateAnimationFlagProperty()
3715 void WindowSceneSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground()
3732 void WindowSceneSessionImpl::NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFr… in NotifySessionBackground()
H A Dwindow_impl.cpp1659 void WindowImpl::AdjustWindowAnimationFlag(bool withAnimation) in AdjustWindowAnimationFlag()
1679 WMError WindowImpl::PreProcessShow(uint32_t reason, bool withAnimation) in PreProcessShow()
1698 WMError WindowImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show()
1754 WMError WindowImpl::Hide(uint32_t reason, bool withAnimation, bool isFromInnerkits) in Hide()
H A Dwindow_session_impl.cpp560 WMError WindowSessionImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show()
591 WMError WindowSessionImpl::Hide(uint32_t reason, bool withAnimation, bool isFromInnerkits) in Hide()
3974 void WindowSessionImpl::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground()
3979 void WindowSessionImpl::NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInn… in NotifySessionBackground()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_start_options.cpp185 bool withAnimation = true; in UnwrapStartOptions() local
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp395 bool withAnimation = data.ReadBool(); in HandleNotifySessionForeground() local
412 bool withAnimation = data.ReadBool(); in HandleNotifySessionBackground() local
H A Dsession_stage_proxy.cpp778 void SessionStageProxy::NotifySessionForeground(uint32_t reason, bool withAnimation) in NotifySessionForeground()
833 void SessionStageProxy::NotifySessionBackground(uint32_t reason, bool withAnimation, bool isFromInn… in NotifySessionBackground()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test2.cpp933 bool withAnimation = true; variable
951 bool withAnimation = true; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_transition_effect.cpp96 … RosenTransitionEffect::ApplyAnimationOption(const std::function<void()>& func, bool withAnimation) in ApplyAnimationOption()
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp488 WMError WindowImpl::Show(uint32_t reason, bool withAnimation, bool withFocus) in Show()
493 WMError WindowImpl::Hide(uint32_t reason, bool withAnimation, bool isFromInnerkits) in Hide()
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp794 bool withAnimation = false; in WindowImplFuzzTest() local
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp495 …id WindowNodeContainer::SetDisplayOrientationFromWindow(sptr<WindowNode>& node, bool withAnimation) in SetDisplayOrientationFromWindow()

12