Searched refs:wideScreen (Results 1 - 6 of 6) sorted by relevance
/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);
|
/foundation/ability/ability_runtime/test/moduletest/mock/src/ |
H A D | ui_service_mgr_client_mock.cpp | 141 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 D | ui_service_mgr_client_mock.cpp | 126 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 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);
|
/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() 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 D | system_dialog_scheduler.h | 50 bool wideScreen = true; member
|
Completed in 4 milliseconds