Home
last modified time | relevance | path

Searched refs:physicalHeight (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.md26 | int32_t [physicalHeight](#physicalheight) | 显示设备的物理高度,单位为px,该参数应为非负整数。 |
166 ### physicalHeight subsection
169 int32_t NativeDisplayManager_DisplayInfo::physicalHeight
H A Djs-apis-display.md150 | physicalHeight | number | 是 | 否 | 折叠设备的高度,单位为px,该参数应为大于0的整数。|
235 … console.info(`resolutionObjects[${i}].physicalHeight: ${resolutionObjects[i].physicalHeight}`);
/ohos5.0/foundation/window/window_manager/interfaces/kits/dmndk/dm/
H A Doh_display_info.h292 int32_t physicalHeight; member
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_native_display_manager___display_info.md26 | int32_t [physicalHeight](#physicalheight) | Physical height of the display, in px. The value must…
166 ### physicalHeight subsection
169 int32_t NativeDisplayManager_DisplayInfo::physicalHeight
H A Djs-apis-display.md150 | physicalHeight | number | Yes| No| Height of the foldable device, in px. The value must be an in…
235 … console.info(`resolutionObjects[${i}].physicalHeight: ${resolutionObjects[i].physicalHeight}`);
/ohos5.0/foundation/window/window_manager/utils/include/
H A Ddisplay_info.h45 DEFINE_VAR_DEFAULT_FUNC_GET_SET(int32_t, PhysicalHeight, physicalHeight, 0);
/ohos5.0/foundation/window/window_manager/dm/src/
H A Doh_display_manager.cpp701 displayInfo->physicalHeight = info->GetPhysicalHeight(); in NativeDisplayManager_SetDisplayInfo()