Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp2707 auto availableRect = pipelineContext->GetDisplayAvailableRect(); in GetMenuWindowRectInfo() local
2708 …TAG_LOGI(AceLogTag::ACE_MENU, "GetDisplayAvailableRect : %{public}s", availableRect.ToString().c_s… in GetMenuWindowRectInfo()
2710 …menuWindowRect = Rect(availableRect.Left(), availableRect.Top(), availableRect.Width(), availableR… in GetMenuWindowRectInfo()