Home
last modified time | relevance | path

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

/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);
/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dui_service_mgr_client_mock.cpp141 const 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()
146 GetDisplayPosition( int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height, bool& wideScreen) GetDisplayPosition() argument
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/arkui_mock/src/
H A Dui_service_mgr_client_mock.cpp126 const 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()
131 GetDisplayPosition( int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height, bool& wideScreen) GetDisplayPosition() argument
/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);
/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()
455 position.wideScreen = !AppUtils::GetInstance().IsSelectorDialogDefaultPossion(); in InitDialogPosition()
462 if (position.wideScreen) { in InitDialogPosition()
507 if (position.wideScreen) { in DialogPositionAdaptive()
550 if (position.wideScreen) { in GetDialogPositionAndSize()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dsystem_dialog_scheduler.h50 bool wideScreen = true; member

Completed in 3 milliseconds