Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp107 constexpr int32_t POPUP_EDGE_INTERVAL = 48; variable
1353 (size.height + POPUP_EDGE_INTERVAL + bottomAvoidHeight)) { in GetPopupConfigWillUpdateY()
1358 … deltaY = rect_.top - rectf.Height() - size.height - trans.GetY() - POPUP_EDGE_INTERVAL; in GetPopupConfigWillUpdateY()