Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_layout_algorithm.cpp262 auto appBarOffset = appBarRect->GetOffset(); in WidthAfterAvoidMenubar() local
268 … auto avoidArea = titlebarRect.GetX() + titleBarGeo->GetFrameSize().Width() - appBarOffset.GetX(); in WidthAfterAvoidMenubar()
270 avoidArea = appBarOffset.GetX() + appBarSize.Width(); in WidthAfterAvoidMenubar()
272 auto buttonTop = appBarOffset.GetY() + appBarSize.Height(); in WidthAfterAvoidMenubar()