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 D | screen_pattern.h | 51 void UpdateToInputManager(float rotation);
|
H A D | screen_pattern.cpp | 69 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 D | screen_session_manager_client.cpp | 325 screenSession->UpdateToInputManager(bounds, rotation, foldDisplayMode); in UpdateScreenRotationProperty()
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 173 void UpdateToInputManager(RRect bounds, int rotation, FoldDisplayMode foldDisplayMode);
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 384 * @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 D | screen_session.cpp | 563 void ScreenSession::UpdateToInputManager(RRect bounds, int rotation, FoldDisplayMode foldDisplayMode) in UpdateToInputManager() function in OHOS::Rosen::ScreenSession
|
Completed in 9 milliseconds