Searched refs:nodeContext (Results 1 – 1 of 1) sorted by relevance
136 auto nodeContext = toastNode->GetContextWithCheck(); in OnDirtyLayoutWrapperSwap() local137 CHECK_NULL_RETURN(nodeContext, false); in OnDirtyLayoutWrapperSwap()138 auto subwindowOffset = nodeContext->GetDisplayWindowRectInfo().GetOffset(); in OnDirtyLayoutWrapperSwap()486 auto nodeContext = toastNode->GetContextWithCheck(); in GetTextMaxHeight() local487 CHECK_NULL_RETURN(nodeContext, 0.0); in GetTextMaxHeight()488 deviceHeight = nodeContext->GetDisplayWindowRectInfo().Height(); in GetTextMaxHeight()523 auto nodeContext = toastNode->GetContextWithCheck(); in GetTextMaxWidth() local524 CHECK_NULL_RETURN(nodeContext, 0.0); in GetTextMaxWidth()525 deviceWidth = nodeContext->GetDisplayWindowRectInfo().Width(); in GetTextMaxWidth()