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 D | ui_service_mgr_client_mock.h | 85 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 D | ui_service_mgr_client_mock.h | 90 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 D | ui_service_mgr_client_mock.cpp | 126 …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 D | ui_service_mgr_client_mock.cpp | 141 …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 D | system_dialog_scheduler.cpp | 265 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 D | system_dialog_scheduler.h | 50 bool wideScreen = true; member
|