Home
last modified time | relevance | path

Searched refs:screenBounds (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H A Dscreen_pattern.cpp226 auto screenBounds = screenSession_->GetScreenProperty().GetBounds(); in OnDirtyLayoutWrapperSwap() local
227 Rosen::Rect rect = { screenBounds.rect_.left_, screenBounds.rect_.top_, in OnDirtyLayoutWrapperSwap()
228 screenBounds.rect_.width_, screenBounds.rect_.height_ }; in OnDirtyLayoutWrapperSwap()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.cpp90 auto screenBounds = screenSession_->GetScreenProperty().GetBounds(); in JsScreenSession()
91 Rect rect = { screenBounds.rect_.left_, screenBounds.rect_.top_, in JsScreenSession()
92 screenBounds.rect_.width_, screenBounds.rect_.height_ }; in JsScreenSession()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_cutout_controller_test.cpp211 auto screenBounds = RRect({ 0, 0, 35, 35 }, 0.0f, 0.0f); in HWTEST_F() local
212 screenProperty.SetBounds(screenBounds); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp386 auto screenBounds = property_.GetBounds(); in UpdatePropertyByResolution() local
387 screenBounds.rect_.width_ = width; in UpdatePropertyByResolution()
388 screenBounds.rect_.height_ = height; in UpdatePropertyByResolution()
389 property_.SetBounds(screenBounds); in UpdatePropertyByResolution()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp1411 auto screenBounds = RRect({ 0, 0, screenMode.GetScreenWidth(), screenMode.GetScreenHeight() }, 0.0f, 0.0f); in CreateScreenProperty() local
1421 property.SetPhyBounds(screenBounds); in CreateScreenProperty()
1422 property.SetBounds(screenBounds); in CreateScreenProperty()
1429 screenBounds = RRect({ 0, 0, screenMode.GetScreenHeight(), screenMode.GetScreenWidth() }, 0.0f, 0.0f); in CreateScreenProperty()
1430 property.SetBounds(screenBounds); in CreateScreenProperty()

Completed in 16 milliseconds