Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp136 auto nodeContext = toastNode->GetContextWithCheck(); in OnDirtyLayoutWrapperSwap() local
137 CHECK_NULL_RETURN(nodeContext, false); in OnDirtyLayoutWrapperSwap()
138 auto subwindowOffset = nodeContext->GetDisplayWindowRectInfo().GetOffset(); in OnDirtyLayoutWrapperSwap()
486 auto nodeContext = toastNode->GetContextWithCheck(); in GetTextMaxHeight() local
487 CHECK_NULL_RETURN(nodeContext, 0.0); in GetTextMaxHeight()
488 deviceHeight = nodeContext->GetDisplayWindowRectInfo().Height(); in GetTextMaxHeight()
523 auto nodeContext = toastNode->GetContextWithCheck(); in GetTextMaxWidth() local
524 CHECK_NULL_RETURN(nodeContext, 0.0); in GetTextMaxWidth()
525 deviceWidth = nodeContext->GetDisplayWindowRectInfo().Width(); in GetTextMaxWidth()