Searched refs:yDPI (Results 1 – 11 of 11) sorted by relevance
3 ## cl.display.1 屏幕Display对象中的xDPI和yDPI属性的计算方法优化11 从API version 12开始,将屏幕Display对象中的xDPI和yDPI属性的计算修改为不跟随屏幕旋转变化。17 API version 11及以前,屏幕Display对象中的xDPI和yDPI属性的计算会跟随屏幕旋转变化而变化,导致应用查询到的xDPI和yDPI的值动态变化。19 API version 12及以后,屏幕Display对象中的xDPI和yDPI属性的计算修改为不跟随屏幕旋转变化,应用查询到的是固定值。31 屏幕Display对象中的xDPI和yDPI属性。
3 ## cl.display.1 Calculation Method of xDPI and yDPI of a Display Object Is Optimized11 …12, the calculation method of xDPI and yDPI of a **Display** object is changed so that the values …17 …calculation of xDPI and yDPI of a **Display** object changes with the display rotation. As a resul…19 …he calculation of xDPI and yDPI of a **Display** object does not change with the display rotation.…31 xDPI and yDPI of a **Display** object.
34 | float [yDPI](#ydpi) | 显示设备y方向中每英寸屏幕的确切物理像素值,该参数为大于0的浮点数。 | 254 ### yDPI subsection257 float NativeDisplayManager_DisplayInfo::yDPI
1096 | yDPI | number | 是 | 否 | y方向中每英寸屏幕的确切物理像素值,该参数为浮点数。<br/>**原子化服务API:** 从API version 12开始,该接口支持在原子化服…
316 float yDPI; member
34 | float [yDPI](#ydpi) | Exact physical pixels per inch of the display in the Y dimension. The value…254 ### yDPI subsection257 float NativeDisplayManager_DisplayInfo::yDPI
1095 | yDPI | number | Yes| No| Exact physical pixels per inch of the display in the Y dimension. The va…
70 | ohos.display | Display | yDPI: number; | 新增 |
70 | ohos.display | Display | yDPI: number; | Added|
706 displayInfo->yDPI = info->GetYDpi(); in NativeDisplayManager_SetDisplayInfo()
5584 …态、设备状态、设备刷新率、屏幕旋转角度、设备宽度、设备高度、屏幕密度、屏幕方向、逻辑密度、缩放因子、xDPI(x方向中每英寸屏幕的确切物理像素值)、yDPI(y方向中每英寸屏幕的确切物理像素值),…