Searched refs:physicalHeight (Results 1 – 7 of 7) sorted by relevance
26 | int32_t [physicalHeight](#physicalheight) | 显示设备的物理高度,单位为px,该参数应为非负整数。 | 166 ### physicalHeight subsection169 int32_t NativeDisplayManager_DisplayInfo::physicalHeight
150 | physicalHeight | number | 是 | 否 | 折叠设备的高度,单位为px,该参数应为大于0的整数。|235 … console.info(`resolutionObjects[${i}].physicalHeight: ${resolutionObjects[i].physicalHeight}`);
292 int32_t physicalHeight; member
26 | int32_t [physicalHeight](#physicalheight) | Physical height of the display, in px. The value must…166 ### physicalHeight subsection169 int32_t NativeDisplayManager_DisplayInfo::physicalHeight
150 | 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}`);
45 DEFINE_VAR_DEFAULT_FUNC_GET_SET(int32_t, PhysicalHeight, physicalHeight, 0);
701 displayInfo->physicalHeight = info->GetPhysicalHeight(); in NativeDisplayManager_SetDisplayInfo()