Home
last modified time | relevance | path

Searched refs:windowWidth (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Dgrid_container_utils.cpp51 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 Dindex.js27 windowWidth:'',
46 that.windowWidth = 'windowWidth:' + data.windowWidth;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Dtest.cpp299 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 Dnapi_common_start_options.cpp152 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 Dstart_options.cpp194 void StartOptions::SetWindowWidth(int32_t windowWidth) in SetWindowWidth() argument
196 windowWidth_ = windowWidth; in SetWindowWidth()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dpip_report.cpp150 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 Dpip_report.h33 void ReportPiPRatio(int32_t windowWidth, int32_t windowHeight);
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
H A DXDefine.js39 Scr.width = info.windowWidth;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dstart_options.h68 void SetWindowWidth(int32_t windowWidth);
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Daa-tool.md47 …>] [--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 Djs-apis-system-device.md60 | windowWidth | number | 可使用的窗口宽度。 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-start-up.md29 |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 Djs-apidiff-start-up.md29 |type有变化|类名:DeviceResponse;<br>方法or属性:windowWidth: number;<br>旧版本信息:|类名:DeviceResponse;<br>方法or属性:w…
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-system-device.md60 | windowWidth | number | Window width.|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-startOptions.md28 | windowWidth<sup>11+</sup> | number | 否 | 是 | 窗口的宽度。 |
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp622 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 Djs-apidiff-start-up.md29 … 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 Djs-apidiff-start-up.md29 … attribute name: windowWidth: number;<br>Old version information: |Class name: DeviceResponse;<br>…
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1290 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 Djs-apis-app-ability-startOptions.md28 | 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 Dresponsive-layout.md63 private updateBreakpoint(windowWidth: number) :void{
65 let windowWidthVp = windowWidth / display.getDefaultDisplaySync().densityPixels
H A Dtypical-layout-scenario.md659 private updateBreakpoint(windowWidth:number) :void{
661 let windowWidthVp = windowWidth / (display.getDefaultDisplaySync().densityDPI / 160)
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_manager_test.cpp169 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 Dpipeline_context.h551 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 Daa-tool.md61 …>] [--wl <windowLeft>] [--wt <windowTop>] [--wh <windowHeight>] [--ww <windowWidth>] [-p <perf-cmd…
64 …>] [--wl <windowLeft>] [--wt <windowTop>] [--wh <windowHeight>] [--ww <windowWidth>] [-p <perf-cmd…

12