Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/
H A Daging_adapation_dialog_util.cpp42 MarginProperty imageMargin; in ShowLongPressDialog() local
53 imageMargin.top = CalcLength(Dimension(marginSize, DimensionUnit::PX)); in ShowLongPressDialog()
54 imageMargin.bottom = CalcLength(Dimension(marginSize, DimensionUnit::PX)); in ShowLongPressDialog()
55 imageLayoutProperty->UpdateMargin(imageMargin); in ShowLongPressDialog()
60 imageMargin.top = CalcLength(dialogTheme->GetDialogPropertyTop()); in ShowLongPressDialog()
61 imageMargin.bottom = CalcLength(dialogTheme->GetDialogPropertyBottom()); in ShowLongPressDialog()
62 imageLayoutProperty->UpdateMargin(imageMargin); in ShowLongPressDialog()