/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_viewport_config.h | 35 config_.Density() == other.config_.Density() && 47 config_.Density() != other.config_.Density() ||
|
H A D | ace_view_ohos.cpp | 102 view->NotifyDensityChanged(config.Density()); in SetViewportMetrics()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | viewport_config.h | 68 float Density() const in Density() function 99 density_ == other.Density() &&
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | viewport_config_test.cpp | 70 ASSERT_EQ(viewConfig.Density(), 1.0f);
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | restool.md | 33 支持参数配置类型:MccMnc、Locale、Orientation、Device、ColorMode、Density。
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.cpp | 534 …config.Width(), config.Height(), config.Height() >= config.Width() ? 0 : 1, config.Density(), fals… in UpdateViewportConfig() 537 deviceConfig_.density = config.Density(); in UpdateViewportConfig() 540 viewPtr->NotifyDensityChanged(config.Density()); in UpdateViewportConfig()
|
/ohos5.0/docs/en/application-dev/displaymanager/ |
H A D | native-display-manager.md | 15 - Density DPI: physical pixel density, that is, the number of physical pixels per inch of the displ… 17 - Density pixels: logical pixel density, which indicates the scaling coefficient of the physical pi…
|
/ohos5.0/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 1062 if (abs(density_ - config.Density()) >= 1e-6) { in SetViewportConfig() 1063 density_ = config.Density(); in SetViewportConfig()
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | restool.md | 33 …ed parameters: **MccMnc**, **Locale**, **Orientation**, **Device**, **ColorMode**, and **Density**.
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
H A D | dynamic_component_renderer_impl.cpp | 426 ViewportConfig config(vpConfig.Width(), vpConfig.Height(), vpConfig.Density()); in UpdateViewportConfig()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-observer.md | 591 Button('Subscribe to Screen Pixel Density Changes') 638 Button('Subscribe to Screen Pixel Density Changes') 643 Button('Unsubscribe from Screen Pixel Density Changes')
|
H A D | js-apis-screen-sys.md | 1121 | density | number | Yes | Yes | Density of the virtual screen, in px. The value must be a fl…
|
H A D | js-apis-arkui-UIContext.md | 2909 Button ('Subscribe to Screen Pixel Density Changes') 2955 Button ('Subscribe to Screen Pixel Density Changes') 2960 Button ('Unsubscribe from Screen Pixel Density Changes')
|
/ohos5.0/docs/zh-cn/release-notes/ |
H A D | OpenHarmony-v3.2-beta1.md | 154 …r/>- 支持为系统应用提供应用界面组合能力。<br/>主要涉及如下需求:<br/>I58ZP0 支持Display显示大小(Density)设置<br/>I58ZP1&nbs…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-window.md | 10476 设置应用是否使用系统默认Density。 10478 不调用此接口进行设置,则表示不使用系统默认Density,即窗口会跟随系统显示大小变化重新布局。 10490 | enabled | boolean | 是 | 是否设置应用使用系统默认Density。true表示使用系统默认Density,窗口不跟随系统显示大小变化重新布局;false表示不使用系统默…
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | js-apis-sendableImage.md | 816 | number | Density of the image.|
|
H A D | js-apis-image.md | 2001 | number | Density of the image.|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/ |
H A D | js-apis-resource-manager.md | 3 资源管理模块,根据当前configuration:语言、区域、横竖屏、Mcc(移动国家码)和Mnc(移动网络码)、Device capability(设备类型)、Density(分辨率)提供获取应用…
|