Home
last modified time | relevance | path

Searched refs:UI_SELECTOR_DIALOG_PHONE_H1 (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.ts30 const UI_SELECTOR_DIALOG_PHONE_H1 = 280;
154 position.height = Math.floor(UI_SELECTOR_DIALOG_PHONE_H1 * densityPixels);
171 position.height = Math.floor(UI_SELECTOR_DIALOG_PHONE_H1 * densityPixels);
186 position.height = Math.floor(UI_SELECTOR_DIALOG_PHONE_H1 * densityPixels);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dsystem_dialog_scheduler.cpp33 const int32_t UI_SELECTOR_DIALOG_PHONE_H1 = 240 * 2; variable
523 (lineNums > LINE_NUMS_ZERO ? UI_SELECTOR_DIALOG_PHONE_H1 : position.height)); in DialogPositionAdaptive()