/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
H A D | grid_container_utils.cpp | 51 double windowWidth = 0.0; in ProcessGridSizeType() local 53 windowWidth = pipeline->GetDisplayWindowRectInfo().GetSize().Width(); in ProcessGridSizeType() 55 windowWidth -= 2 * (CONTAINER_BORDER_WIDTH + CONTENT_PADDING).ConvertToPx(); in ProcessGridSizeType() 58 windowWidth = size.Width(); in ProcessGridSizeType() 62 if (cur.ConvertToPx() > windowWidth) { in ProcessGridSizeType() 74 double windowWidth = 0.0; in ProcessGridSizeType() local 76 windowWidth = GridSystemManager::GetInstance().GetScreenWidth(); in ProcessGridSizeType() 80 windowWidth -= 2 * (CONTAINER_BORDER_WIDTH + CONTENT_PADDING).ConvertToPx(); in ProcessGridSizeType() 83 windowWidth = size.Width(); in ProcessGridSizeType() 87 if (pipeline->NormalizeToPx(cur) > windowWidth) { in ProcessGridSizeType()
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/deviceInfo/ |
H A D | index.js | 27 windowWidth:'', 46 that.windowWidth = 'windowWidth:' + data.windowWidth;
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screendemo/ |
H A D | test.cpp | 299 uint32_t windowWidth; in CreateWindow() local 300 cin >> windowWidth; in CreateWindow() 305 if (windowWidth == 0 || windowWidth >= MAX_WINDOW_WIDTH || in CreateWindow() 316 windowProperty->width = windowWidth; in CreateWindow() 330 << ", width: " << windowWidth in CreateWindow()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/ |
H A D | napi_common_start_options.cpp | 152 int32_t windowWidth = 0; in UnwrapStartOptionsWindowOptions() local 153 if (UnwrapInt32ByPropertyName(env, param, "windowWidth", windowWidth)) { in UnwrapStartOptionsWindowOptions() 154 startOptions.SetWindowWidth(windowWidth); in UnwrapStartOptionsWindowOptions()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | start_options.cpp | 194 void StartOptions::SetWindowWidth(int32_t windowWidth) in SetWindowWidth() argument 196 windowWidth_ = windowWidth; in SetWindowWidth()
|
/ohos5.0/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 159 EVENT_KEY_WINDOW_WIDTH, windowWidth, in ReportPiPRatio()
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | pip_report.h | 33 void ReportPiPRatio(int32_t windowWidth, int32_t windowHeight);
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/ |
H A D | XDefine.js | 39 Scr.width = info.windowWidth;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | start_options.h | 68 void SetWindowWidth(int32_t windowWidth);
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | aa-tool.md | 47 …>] [--wl <windowLeft>] [--wt <windowTop>] [--wh <windowHeight>] [--ww <windowWidth>] [-p <perf-cmd… 50 …>] [--wl <windowLeft>] [--wt <windowTop>] [--wh <windowHeight>] [--ww <windowWidth>] [-p <perf-cmd… 73 | --ww | 可选参数,windowWidth,窗口宽度,单位px。<br>**约束:**<br>仅当2in1设备处于开发者模式下,且被启动应用采用调试签名时,该字段生效。|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-system-device.md | 60 | windowWidth | number | 可使用的窗口宽度。 |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-start-up.md | 29 |type有变化|类名:DeviceResponse;<br>方法or属性:windowWidth: number;<br>旧版本信息:|类名:DeviceResponse;<br>方法or属性:w…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-start-up.md | 29 |type有变化|类名:DeviceResponse;<br>方法or属性:windowWidth: number;<br>旧版本信息:|类名:DeviceResponse;<br>方法or属性:w…
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-system-device.md | 60 | windowWidth | number | Window width.|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-startOptions.md | 28 | windowWidth<sup>11+</sup> | number | 否 | 是 | 窗口的宽度。 |
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 622 auto windowWidth = displayWindowRect.Width(); in CalculatePointerEvent() local 631 windowY = windowWidth - offsetF.GetY() - xRelative; in CalculatePointerEvent() 634 windowX = windowWidth - offsetF.GetX() - xRelative; in CalculatePointerEvent()
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-start-up.md | 29 … attribute name: windowWidth: number;<br>Old version information: |Class name: DeviceResponse;<br>…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-start-up.md | 29 … attribute name: windowWidth: number;<br>Old version information: |Class name: DeviceResponse;<br>…
|
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | ability_command.cpp | 1290 int windowWidth = 0; in MakeWantFromCmd() local 1736 windowWidth = int(atof(optarg)); in MakeWantFromCmd() 1738 TAG_LOGI(AAFwkTag::AA_TOOL, "windowWidth=%{public}d", windowWidth); in MakeWantFromCmd() 1877 want.SetParam(Want::PARAM_RESV_WINDOW_WIDTH, windowWidth); in MakeWantFromCmd()
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-startOptions.md | 28 | windowWidth<sup>11+</sup> | number | No| Yes| Width of the window.|
|
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/ |
H A D | responsive-layout.md | 63 private updateBreakpoint(windowWidth: number) :void{ 65 let windowWidthVp = windowWidth / display.getDefaultDisplaySync().densityPixels
|
H A D | typical-layout-scenario.md | 659 private updateBreakpoint(windowWidth:number) :void{ 661 let windowWidthVp = windowWidth / (display.getDefaultDisplaySync().densityDPI / 160)
|
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/ |
H A D | screen_manager_test.cpp | 169 uint32_t windowWidth = rect.width_; in DrawWindowColor() local 171 WLOGI("windowWidth: %{public}u, windowHeight: %{public}u", windowWidth, windowHeight); in DrawWindowColor() 172 SurfaceDraw::DrawColor(surfaceNode, windowWidth, windowHeight, color); in DrawWindowColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 551 void UpdateHalfFoldHoverStatus(int32_t windowWidth, int32_t windowHeight); 948 void UpdateHalfFoldHoverProperty(int32_t windowWidth, int32_t windowHeight);
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | aa-tool.md | 61 …>] [--wl <windowLeft>] [--wt <windowTop>] [--wh <windowHeight>] [--ww <windowWidth>] [-p <perf-cmd… 64 …>] [--wl <windowLeft>] [--wt <windowTop>] [--wh <windowHeight>] [--ww <windowWidth>] [-p <perf-cmd…
|