Lines Matching defs:fromInfo
2215 sptr<WindowTransitionInfo> fromInfo = new(std::nothrow) WindowTransitionInfo();
2217 if (fromInfo == nullptr || toInfo == nullptr) {
2230 fromInfo->SetBundleName(context_->GetBundleName());
2231 fromInfo->SetAbilityName(abilityInfo->name);
2232 fromInfo->SetWindowMode(property_->GetWindowMode());
2233 fromInfo->SetWindowRect(property_->GetWindowRect());
2234 fromInfo->SetAbilityToken(context_->GetToken());
2235 fromInfo->SetWindowType(property_->GetWindowType());
2236 fromInfo->SetDisplayId(property_->GetDisplayId());
2237 fromInfo->SetTransitionReason(reason);
2238 return SingletonContainer::Get<WindowAdapter>().NotifyWindowTransition(fromInfo, toInfo);