Searched refs:isFromWindow (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen_controller.h | 63 DMError SetOrientation(ScreenId screenId, Orientation orientation, bool isFromWindow, bool withAnimation = true);
64 bool SetRotation(ScreenId screenId, Rotation rotationAfter, bool isFromWindow, bool withAnimation = true);
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_controller_test.cpp | 565 bool isFromWindow = true; in HWTEST_F() local 566 DMError ret = absController_->SetOrientation(1, orientation, isFromWindow); in HWTEST_F() 570 ret = absController_->SetOrientation(1, orientation, isFromWindow); in HWTEST_F() 573 isFromWindow = false; in HWTEST_F() 574 ret = absController_->SetOrientation(1, orientation, isFromWindow); in HWTEST_F() 577 ret = absController_->SetOrientation(1, orientation, isFromWindow, false); in HWTEST_F()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen_controller.cpp | 735 bool isFromWindow, bool withAnimation)
in SetOrientation() 747 if (isFromWindow) {
in SetOrientation() 759 if (isFromWindow) {
in SetOrientation() 921 bool isFromWindow, bool withAnimation)
in SetRotation() 923 WLOGFI("Enter SetRotation, screenId: %{public}" PRIu64 ", rotation: %{public}u, isFromWindow: %{public}u,"
in SetRotation() 924 "animation: %{public}u", screenId, rotationAfter, isFromWindow, withAnimation);
in SetRotation() 734 SetOrientation(ScreenId screenId, Orientation newOrientation, bool isFromWindow, bool withAnimation) SetOrientation() argument 920 SetRotation(ScreenId screenId, Rotation rotationAfter, bool isFromWindow, bool withAnimation) SetRotation() argument
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager.h | 136 bool SetRotation(ScreenId screenId, Rotation rotationAfter, bool isFromWindow);
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 2556 bool ScreenSessionManager::SetRotation(ScreenId screenId, Rotation rotationAfter, bool isFromWindow) in SetRotation() argument 2559 "Enter SetRotation, screenId: %{public}" PRIu64 ", rotation: %{public}u, isFromWindow: %{public}u,", in SetRotation() 2560 screenId, rotationAfter, isFromWindow); in SetRotation()
|
Completed in 18 milliseconds