Home
last modified time | relevance | path

Searched refs:windowHeight (Results 1 - 12 of 12) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Dtest.cpp302 uint32_t windowHeight; in CreateWindow() local
303 cin >> windowHeight; in CreateWindow() local
306 windowHeight == 0 || windowHeight >= MAX_WINDOW_HEIGHT) { in CreateWindow()
317 windowProperty->height = windowHeight; in CreateWindow()
331 << ", height: " << windowHeight << endl; in CreateWindow()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_start_options.cpp180 int32_t windowHeight = 0; in UnwrapStartOptions() local
181 if (UnwrapInt32ByPropertyName(env, param, "windowHeight", windowHeight)) { in UnwrapStartOptions()
182 startOptions.SetWindowHeight(windowHeight); in UnwrapStartOptions()
/foundation/window/window_manager/utils/include/
H A Dpip_report.h34 void ReportPiPRatio(int32_t windowWidth, int32_t windowHeight);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_options.cpp182 void StartOptions::SetWindowHeight(int32_t windowHeight) in SetWindowHeight() argument
184 windowHeight_ = windowHeight; in SetWindowHeight()
/foundation/window/window_manager/utils/src/
H A Dpip_report.cpp150 void PiPReporter::ReportPiPRatio(int32_t windowWidth, int32_t windowHeight) in ReportPiPRatio() argument
160 EVENT_KEY_WINDOW_HEIGHT, windowHeight, in ReportPiPRatio()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dstart_options.h69 void SetWindowHeight(int32_t windowHeight);
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp631 auto windowHeight = displayWindowRect.Height(); in CalculatePointerEvent() local
643 windowY = windowHeight - offsetF.GetY() - yRelative; in CalculatePointerEvent()
646 windowX = windowHeight - offsetF.GetX() - yRelative; in CalculatePointerEvent()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1289 int windowHeight = 0; in MakeWantFromCmd() local
1724 windowHeight = int(atof(optarg)); in MakeWantFromCmd()
1726 TAG_LOGI(AAFwkTag::AA_TOOL, "windowHeight=%{public}d", windowHeight); in MakeWantFromCmd()
1878 want.SetParam(Want::PARAM_RESV_WINDOW_HEIGHT, windowHeight); in MakeWantFromCmd()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h576 void UpdateHalfFoldHoverStatus(int32_t windowWidth, int32_t windowHeight);
960 void UpdateHalfFoldHoverProperty(int32_t windowWidth, int32_t windowHeight);
H A Dpipeline_context.cpp1596 void PipelineContext::UpdateHalfFoldHoverProperty(int32_t windowWidth, int32_t windowHeight) in UpdateHalfFoldHoverProperty() argument
1600 UpdateHalfFoldHoverStatus(windowWidth, windowHeight); in UpdateHalfFoldHoverProperty()
5358 void PipelineContext::UpdateHalfFoldHoverStatus(int32_t windowWidth, int32_t windowHeight) in UpdateHalfFoldHoverStatus() argument
5379 (NearEqual(displayWidth, windowWidth) && NearEqual(displayHeight, windowHeight)); in UpdateHalfFoldHoverStatus()
/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_manager_test.cpp170 uint32_t windowHeight = rect.height_; in DrawWindowColor() local
171 WLOGI("windowWidth: %{public}u, windowHeight: %{public}u", windowWidth, windowHeight); in DrawWindowColor()
172 SurfaceDraw::DrawColor(surfaceNode, windowWidth, windowHeight, color); in DrawWindowColor()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2291 auto windowHeight = windowRect.height_; in HandleCompatibleModeDrag() local
2293 if (isSupportDragInPcCompatibleMode && windowWidth > windowHeight && in HandleCompatibleModeDrag()
2301 } else if (isSupportDragInPcCompatibleMode && windowWidth < windowHeight && in HandleCompatibleModeDrag()
2309 if (windowWidth < windowHeight) { in HandleCompatibleModeDrag()

Completed in 29 milliseconds