Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dsystem_dialog_scheduler.cpp191 position.height_narrow = static_cast<int32_t>(UI_SELECTOR_DIALOG_HEIGHT_NARROW * densityPixels); in GetSelectorDialogPortraitPosition()
196 position.height = position.height_narrow; in GetSelectorDialogPortraitPosition()
243 …position.height_narrow = static_cast<int32_t>((UI_SELECTOR_LANDSCAPE_HEIGHT_NARROW) * densityPixel… in GetSelectorDialogLandscapePosition()
467 position.height_narrow = UI_ANR_DIALOG_HEIGHT; in InitDialogPosition()
473 position.height_narrow = display->GetHeight(); in InitDialogPosition()
483 position.height_narrow = UI_SELECTOR_DIALOG_HEIGHT_NARROW; in InitDialogPosition()
489 position.height_narrow = UI_TIPS_DIALOG_HEIGHT_NARROW; in InitDialogPosition()
495 position.height_narrow = UI_JUMP_INTERCEPTOR_DIALOG_HEIGHT_NARROW; in InitDialogPosition()
501 position.height_narrow = UI_DEFAULT_HEIGHT; in InitDialogPosition()
543 position.height = position.height_narrow; in GetDialogPositionAndSize()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dsystem_dialog_scheduler.h49 int32_t height_narrow = 0; member