Home
last modified time | relevance | path

Searched refs:UpdateToInputManager (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H A Dscreen_pattern.h51 void UpdateToInputManager(float rotation);
H A Dscreen_pattern.cpp69 screenSession_->SetUpdateToInputManagerCallback(std::bind(&ScreenPattern::UpdateToInputManager, in ScreenPattern()
117 UpdateToInputManager(displayNodeRotation); in UpdateDisplayInfo()
135 void ScreenPattern::UpdateToInputManager(float rotation) in UpdateToInputManager() function in OHOS::Ace::NG::ScreenPattern
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/
H A Dscreen_session_manager_client.cpp325 screenSession->UpdateToInputManager(bounds, rotation, foldDisplayMode); in UpdateScreenRotationProperty()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h173 void UpdateToInputManager(RRect bounds, int rotation, FoldDisplayMode foldDisplayMode);
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp384 * @tc.name: UpdateToInputManager
388 HWTEST_F(ScreenSessionTest, UpdateToInputManager, Function | SmallTest | Level2) in HWTEST_F()
390 GTEST_LOG_(INFO) << "UpdateToInputManager start"; in HWTEST_F()
401 screenSession->UpdateToInputManager(bounds, rotation, foldDisplayMode); in HWTEST_F()
406 screenSession->UpdateToInputManager(bounds, rotation, foldDisplayMode); in HWTEST_F()
407 GTEST_LOG_(INFO) << "UpdateToInputManager end"; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp563 void ScreenSession::UpdateToInputManager(RRect bounds, int rotation, FoldDisplayMode foldDisplayMode) in UpdateToInputManager() function in OHOS::Rosen::ScreenSession

Completed in 9 milliseconds