Searched refs:windowGlobalSizeF (Results 1 – 2 of 2) sorted by relevance
381 SizeF windowGlobalSizeF(menuWindowRect.Width(), menuWindowRect.Height()); in InitializeParam() local404 param_.windowGlobalSizeF = windowGlobalSizeF; in InitializeParam()954 … std::min<float>(center.GetY() - previewSize.Height() / HALF, param_.windowGlobalSizeF.Height() - in LayoutNormalTopPreviewBottomMenuLessThan()1031 if (GreatNotEqual(param_.windowGlobalSizeF.Height(), param_.menuWindowRect.Height()) && in LayoutNormalTopPreviewBottomMenu()1080 …auto heightLeftSpace = param_.windowGlobalSizeF.Height() - param_.top - param_.topSecurity - param… in LayoutNormalBottomPreviewTopMenuGreateThan()1099 … param_.windowGlobalSizeF.Height() - param_.bottomSecurity - param_.bottom - previewSize.Height()); in LayoutNormalBottomPreviewTopMenuGreateThan()1127 if (GreatNotEqual(param_.windowGlobalSizeF.Height(), param_.menuWindowRect.Height()) && in LayoutNormalBottomPreviewTopMenu()1256 … param_.windowGlobalSizeF.Height() - param_.bottomSecurity - param_.bottom - menuSize.Height()); in LayoutOtherDeviceLeftPreviewRightMenuLessThan()1303 … param_.windowGlobalSizeF.Height() - param_.bottomSecurity - param_.bottom - menuSize.Height()); in LayoutOtherDeviceLeftPreviewRightMenuGreateThan()1320 …auto maxRectRight = param_.windowGlobalSizeF.Width() - paddingStart_ - paddingEnd_ - safeAreaWidth; in LayoutOtherDeviceLeftPreviewRightMenu()[all …]
93 SizeF windowGlobalSizeF; member