Searched refs:SetScreenRotateAnimation (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_controller_test.cpp | 122 * @tc.name: SetScreenRotateAnimation 123 * @tc.desc: SetScreenRotateAnimation test 132 absController_->SetScreenRotateAnimation(screen, 1, Rotation::ROTATION_0, true); in HWTEST_F() 136 * @tc.name: SetScreenRotateAnimation 137 * @tc.desc: SetScreenRotateAnimation test 146 absController_->SetScreenRotateAnimation(screen, 1, Rotation::ROTATION_270, true); in HWTEST_F() 150 * @tc.name: SetScreenRotateAnimation 151 * @tc.desc: SetScreenRotateAnimation test 160 absController_->SetScreenRotateAnimation(screen, 1, Rotation::ROTATION_270, false); in HWTEST_F() 1180 * @tc.name: SetScreenRotateAnimation [all...] |
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen_controller.h | 93 void SetScreenRotateAnimation(sptr<AbstractScreen>& screen, ScreenId screenId,
|
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen_controller.cpp | 833 void AbstractScreenController::SetScreenRotateAnimation(
in SetScreenRotateAnimation() function in OHOS::Rosen::AbstractScreenController 936 SetScreenRotateAnimation(screen, screenId, rotationAfter, withAnimation);
in SetRotation()
|
Completed in 7 milliseconds