Home
last modified time | relevance | path

Searched refs:UI_SELECTOR_DIALOG_PC_H5 (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.ts28 const UI_SELECTOR_DIALOG_PC_H5 = 1172;
199 position.height = UI_SELECTOR_DIALOG_PC_H5;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dsystem_dialog_scheduler.cpp40 const int32_t UI_SELECTOR_DIALOG_PC_H5 = (64 * 4 + 56 + 48 + 54 + 64 + 48 + 58 + 2) * 2; variable
516 position.height = UI_SELECTOR_DIALOG_PC_H5; in DialogPositionAdaptive()