Home
last modified time | relevance | path

Searched refs:maxWindowWidth (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/
H A Dmulti-faq.md129 | maxWindowWidth | 数值 | 标识该ability支持的最大的窗口宽度,宽度单位为vp。 |
146 "maxWindowWidth": 1440,
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_utils.h94 uint32_t maxWindowWidth; member
H A Dbundle_manager_convert.cpp281 abInfo.windowSize.maxWindowWidth = cAbilityInfos.maxWindowWidth; in ConvertAbilityInfo()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h159 uint32_t maxWindowWidth = 0; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-abilityInfo.md55 | maxWindowWidth | number | 是 | 否 | 表示自由窗口状态下窗口的最大宽度,宽度单位为vp。 |
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h266 uint32_t maxWindowWidth = 0; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dability_info.cpp258 maxWindowWidth = parcel.ReadUint32(); in ReadFromParcel()
454 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, maxWindowWidth); in Marshalling()
619 {JOSN_KEY_MAX_WINDOW_WIDTH, abilityInfo.maxWindowWidth}, in to_json()
1209 abilityInfo.maxWindowWidth, in from_json()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dability_info.cpp192 {JOSN_KEY_MAX_WINDOW_WIDTH, abilityInfo.maxWindowWidth}, in to_json()
775 abilityInfo.maxWindowWidth, in from_json()
H A Dmodule_profile.cpp194 uint32_t maxWindowWidth = 0; member
537 ability.maxWindowWidth, in from_json()
1611 abilityInfo.maxWindowWidth = ability.maxWindowWidth; in ToAbilityInfo()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-bundle.md12 | abilityInfo | AbilityInfo | readonly maxWindowWidth: number; | 新增 |
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dmodule-configuration-file.md330 | maxWindowWidth | 标识当前UIAbility组件支持的最大的窗口宽度,宽度单位为vp。<br/>最小取值为minWindowWidth,最大取值为平台支持的最大窗口宽度。窗口尺寸…
331 …| 标识当前UIAbility组件支持的最小的窗口宽度,&nbsp;宽度单位为vp。<br/>最小取值为平台支持的最小窗口宽度,最大取值为maxWindowWidth。窗口尺寸可以参考[窗口大小限…
383 "maxWindowWidth": 2560,
/ohos5.0/docs/zh-cn/application-dev/windowmanager/
H A Dapplication-window-as.md35 …调中,通过`WindowStage`获取应用主窗口,即可对其进行属性设置等操作。还可以在应用配置文件中设置应用主窗口的属性,如最大窗口宽度maxWindowWidth等,详见[module.jso…
H A Dapplication-window-stage.md55 …调中,通过`WindowStage`获取应用主窗口,即可对其进行属性设置等操作。还可以在应用配置文件中设置应用主窗口的属性,如最大窗口宽度maxWindowWidth等,详见[module.jso…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-bundle.md12 | abilityInfo | AbilityInfo | readonly maxWindowWidth: number; | Added|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp110 "maxWindowWidth":0,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_get_window_properties_test.cpp207 resultMap.emplace(MAX_WINDOW_WIDTH, static_cast<double>(result.maxWindowWidth)); in CheckWindowProperty1()
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-abilityInfo.md56 | maxWindowWidth | number | Yes | No | Maximum width of the window in free window mode. The …
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.2/
H A Dchangelog-bundlemanager.md301 | maxWindowWidth | 无 | number |
313 | maxWindowWidth | number |
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp170 uint32_t maxWindowWidth = 0; member
576 ability.maxWindowWidth, in from_json()
2297 abilityInfo.maxWindowWidth = ability.maxWindowWidth; in ToAbilityInfo()
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202211/
H A Djs-apidiff-bundle.md86 |删除|模块名:abilityInfo<br>类名:AbilityInfo<br>方法名 or 属性名:maxWindowWidth|NA|abilityInfo.d.ts|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-bundle.md51 |新增|NA|模块名: AbilityInfo<br>类名: WindowSize<br>方法 or 属性: readonly maxWindowWidth: number;|AbilityInfo…
245 |删除|模块名: abilityInfo<br>类名: WindowSize<br>方法 or 属性:readonly maxWindowWidth: number;|NA|abilityInfo.…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202211/
H A Djs-apidiff-bundle.md86 … abilityInfo<br>Class name: AbilityInfo<br>Method or attribute name: maxWindowWidth|NA|abilityInfo…
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dcommon_func.cpp361 … NAPI_CALL_RETURN_VOID(env, napi_create_uint32(env, abilityInfo.maxWindowWidth, &nMaxWindowWidth)); in ConvertWindowSize()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp244 "maxWindowWidth":0,
785 "maxWindowWidth":0,
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-bundle.md205 |新增|NA|模块名: abilityInfo<br>类名: WindowSize<br>方法名 or 属性名:maxWindowWidth|abilityInfo.d.ts|
292 |删除|模块名:abilityInfo<br>类名:AbilityInfo<br>方法名 or 属性名:maxWindowWidth|NA|abilityInfo.d.ts|

12