Home
last modified time | relevance | path

Searched refs:DIALOG_WIDTH (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/powermgr/power_manager/power_dialog/entry/src/main/ets/common/
H A Dconstant.ets20 public static DIALOG_WIDTH = 395
/ohos5.0/base/powermgr/power_manager/power_dialog/entry/src/main/ets/pages/
H A DthermalHighDialog.ets62 .width(Constants.DIALOG_WIDTH)
H A DthermalLowDialog.ets61 .width(Constants.DIALOG_WIDTH)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp45 constexpr Dimension DIALOG_WIDTH = 336.0_vp; variable
1090 …hostRect.Left(), static_cast<float>(pipelineContext->GetRootWidth() - (DIALOG_WIDTH).ConvertToPx()… in CalculateDialogOffset()
1093 x = std::max(0.0f, static_cast<float>(hostCenterX - (DIALOG_WIDTH).ConvertToPx() / 2)); in CalculateDialogOffset()
1094 …x = std::min(x, static_cast<float>(pipelineContext->GetRootWidth() - (DIALOG_WIDTH).ConvertToPx())… in CalculateDialogOffset()
1096 x = std::max(0.0f, static_cast<float>(hostRect.Right() - (DIALOG_WIDTH).ConvertToPx())); in CalculateDialogOffset()
H A Dcalendar_dialog_view.cpp45 constexpr Dimension DIALOG_WIDTH = 336.0_vp; variable
128 … layoutProperty->UpdateUserDefinedIdealSize(CalcSize(NG::CalcLength(DIALOG_WIDTH), std::nullopt)); in CreateChildNode()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/candidateWifiModel/common/constant/
H A DCommonConstant.ets94 static readonly DIALOG_WIDTH: string = '90.3%';
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/candidateWifiModel/view/
H A DAddTargetDialog.ets171 .width(CommonConstants.DIALOG_WIDTH)