Home
last modified time | relevance | path

Searched refs:physicalWidth (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_native_display_manager___display_info.md25 | int32_t [physicalWidth](#physicalwidth) | 显示设备的物理宽度,单位为px,该参数应为非负整数。 |
177 ### physicalWidth subsection
180 int32_t NativeDisplayManager_DisplayInfo::physicalWidth
H A Djs-apis-display.md149 | physicalWidth | number | 是 | 否 | 折叠设备的宽度,单位为px,该参数应为大于0的整数。|
234 console.info(`resolutionObjects[${i}].physicalWidth: ${resolutionObjects[i].physicalWidth}`);
/ohos5.0/foundation/window/window_manager/interfaces/kits/dmndk/dm/
H A Doh_display_info.h289 int32_t physicalWidth; member
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_native_display_manager___display_info.md25 | int32_t [physicalWidth](#physicalwidth) | Physical width of the display, in px. The value must be…
177 ### physicalWidth subsection
180 int32_t NativeDisplayManager_DisplayInfo::physicalWidth
H A Djs-apis-display.md149 | physicalWidth | number | Yes| No| Width of the foldable device, in px. The value must be an int…
234 console.info(`resolutionObjects[${i}].physicalWidth: ${resolutionObjects[i].physicalWidth}`);
/ohos5.0/foundation/window/window_manager/utils/include/
H A Ddisplay_info.h44 DEFINE_VAR_DEFAULT_FUNC_GET_SET(int32_t, PhysicalWidth, physicalWidth, 0);
/ohos5.0/foundation/window/window_manager/dm/src/
H A Doh_display_manager.cpp700 displayInfo->physicalWidth = info->GetPhysicalWidth(); in NativeDisplayManager_SetDisplayInfo()