Searched refs:physicalWidth (Results 1 – 7 of 7) sorted by relevance
25 | int32_t [physicalWidth](#physicalwidth) | 显示设备的物理宽度,单位为px,该参数应为非负整数。 | 177 ### physicalWidth subsection180 int32_t NativeDisplayManager_DisplayInfo::physicalWidth
149 | physicalWidth | number | 是 | 否 | 折叠设备的宽度,单位为px,该参数应为大于0的整数。|234 console.info(`resolutionObjects[${i}].physicalWidth: ${resolutionObjects[i].physicalWidth}`);
289 int32_t physicalWidth; member
25 | int32_t [physicalWidth](#physicalwidth) | Physical width of the display, in px. The value must be…177 ### physicalWidth subsection180 int32_t NativeDisplayManager_DisplayInfo::physicalWidth
149 | 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}`);
44 DEFINE_VAR_DEFAULT_FUNC_GET_SET(int32_t, PhysicalWidth, physicalWidth, 0);
700 displayInfo->physicalWidth = info->GetPhysicalWidth(); in NativeDisplayManager_SetDisplayInfo()