Home
last modified time | relevance | path

Searched refs:landscapeMax (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/utils/
H A DPositionUtils.ts167 let landscapeMax = Math.floor((height - UI_SELECTOR_LANDSCAPE_SIGNAL_BAR * densityPixels) *
169 if (position.height > landscapeMax) {
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dsystem_dialog_scheduler.cpp246 int32_t landscapeMax = static_cast<int32_t>( in GetSelectorDialogLandscapePosition() local
248 if (position.height > landscapeMax) { in GetSelectorDialogLandscapePosition()
251 TAG_LOGI(AAFwkTag::DIALOG, "landscape ratio 0.9 height is %{public}d", landscapeMax); in GetSelectorDialogLandscapePosition()