Home
last modified time | relevance | path

Searched refs:DIALOG_HEIGHT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/power_manager/power_dialog/entry/src/main/ets/common/
H A Dconstant.ets21 public static DIALOG_HEIGHT = 117
/ohos5.0/base/powermgr/power_manager/power_dialog/entry/src/main/ets/pages/
H A DthermalHighDialog.ets63 .height(Constants.DIALOG_HEIGHT)
H A DthermalLowDialog.ets62 .height(Constants.DIALOG_HEIGHT)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp44 constexpr Dimension DIALOG_HEIGHT = 348.0_vp; variable
1081 if (hostRect.Bottom() + (DIALOG_HEIGHT).ConvertToPx() > dialogHeight) { in CalculateDialogOffset()
1082 y = std::max(static_cast<float>(hostRect.Top() - (DIALOG_HEIGHT).ConvertToPx()), 0.0f); in CalculateDialogOffset()