Home
last modified time | relevance | path

Searched refs:wideScreen (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/arkui_mock/include/
H A Dui_service_mgr_client_mock.h85 const std::vector<AppExecFwk::AbilityInfo>& abilityInfos, bool wideScreen = true) const;
87 int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height, bool& wideScreen);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dui_service_mgr_client_mock.h90 const std::vector<AppExecFwk::AbilityInfo>& abilityInfos, bool wideScreen = true) const;
92 int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height, bool& wideScreen);
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/arkui_mock/src/
H A Dui_service_mgr_client_mock.cpp126 …AAFwk::Want& want, const std::vector<AppExecFwk::AbilityInfo>& abilityInfos, bool wideScreen) const in GetPickerDialogParam()
132 int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height, bool& wideScreen) in GetDisplayPosition() argument
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dui_service_mgr_client_mock.cpp141 …AAFwk::Want& want, const std::vector<AppExecFwk::AbilityInfo>& abilityInfos, bool wideScreen) const in GetPickerDialogParam()
147 int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height, bool& wideScreen) in GetDisplayPosition() argument
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dsystem_dialog_scheduler.cpp265 portraitPosition.wideScreen = !AppUtils::GetInstance().IsSelectorDialogDefaultPossion(); in GetSelectorDialogPositionAndSize()
268 landscapePosition.wideScreen = portraitPosition.wideScreen; in GetSelectorDialogPositionAndSize()
456 position.wideScreen = !AppUtils::GetInstance().IsSelectorDialogDefaultPossion(); in InitDialogPosition()
463 if (position.wideScreen) { in InitDialogPosition()
508 if (position.wideScreen) { in DialogPositionAdaptive()
551 if (position.wideScreen) { in GetDialogPositionAndSize()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dsystem_dialog_scheduler.h50 bool wideScreen = true; member