/foundation/distributedhardware/distributed_screen/services/screendemo/ |
H A D | test.cpp | 302 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 D | napi_common_start_options.cpp | 180 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 D | pip_report.h | 34 void ReportPiPRatio(int32_t windowWidth, int32_t windowHeight);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | start_options.cpp | 182 void StartOptions::SetWindowHeight(int32_t windowHeight) in SetWindowHeight() argument 184 windowHeight_ = windowHeight; in SetWindowHeight()
|
/foundation/window/window_manager/utils/src/ |
H A D | pip_report.cpp | 150 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 D | start_options.h | 69 void SetWindowHeight(int32_t windowHeight);
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 631 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 D | ability_command.cpp | 1289 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 D | pipeline_context.h | 576 void UpdateHalfFoldHoverStatus(int32_t windowWidth, int32_t windowHeight); 960 void UpdateHalfFoldHoverProperty(int32_t windowWidth, int32_t windowHeight);
|
H A D | pipeline_context.cpp | 1596 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 D | screen_manager_test.cpp | 170 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 D | scene_session.cpp | 2291 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()
|