Lines Matching defs:withAnimation
1622 void WindowImpl::AdjustWindowAnimationFlag(bool withAnimation)
1628 if (withAnimation && !isAppWindow && animationTransitionController_) {
1631 } else if ((isAppWindow && needDefaultAnimation_) || (withAnimation && !animationTransitionController_)) {
1642 WMError WindowImpl::PreProcessShow(uint32_t reason, bool withAnimation)
1650 AdjustWindowAnimationFlag(withAnimation);
1661 WMError WindowImpl::Show(uint32_t reason, bool withAnimation, bool withFocus)
1665 "withAnimation:%{public}d", name_.c_str(), property_->GetWindowId(), GetMode(), reason, withAnimation);
1693 WMError ret = PreProcessShow(reason, withAnimation);
1717 WMError WindowImpl::Hide(uint32_t reason, bool withAnimation, bool isFromInnerkits)
1720 property_->GetWindowId(), reason, withAnimation);
1739 AdjustWindowAnimationFlag(withAnimation);