Searched refs:GetIsPcAppInPad (Results 1 – 9 of 9) sorted by relevance
158 bool GetIsPcAppInPad() const;
1096 auto result = property->GetIsPcAppInPad();
352 reply.WriteBool(property->GetIsPcAppInPad()); in HandleConnect()
249 return WindowSessionImpl::IsPcOrPadFreeMultiWindowMode() || property_->GetIsPcAppInPad(); in IsPcOrPadCapabilityEnabled()1459 decorVisible = decorVisible && ((property_->GetIsPcAppInPad() && isSubWindow) || in UpdateDecorEnableToAce()1489 decorVisible = decorVisible && ((property_->GetIsPcAppInPad() && isSubWindow) || in UpdateDecorEnable()
356 property_->SetIsPcAppInPad(parentSession->GetProperty()->GetIsPcAppInPad()); in CreateAndConnectSpecificSession()2225 …if ((isSubWindow || isDialogWindow) && property_->GetIsPcAppInPad() && property_->IsDecorEnable())… in IsDecorEnable()2406 if (!(windowSystemConfig_.uiType_ == UI_TYPE_PC || property_->GetIsPcAppInPad())) { in Restore()
993 bool WindowSessionProperty::GetIsPcAppInPad() const in GetIsPcAppInPad() function in OHOS::Rosen::WindowSessionProperty
2300 … if ((isPC || IsFreeMultiWindowMode() || (property->GetIsPcAppInPad() && !isMainWindow)) && in TransferPointerEvent()5056 isPcAppInPad = property->GetIsPcAppInPad(); in IsPcOrPadEnableActivation()
1079 property->SetIsPcAppInPad(sessionProperty->GetIsPcAppInPad()); in InitSessionPropertyWhenConnect()
2333 isPcAppInpad = property->GetIsPcAppInPad(); in RequestSceneSessionBackground()