Home
last modified time | relevance | path

Searched refs:animationTimeFactor (Results 1 – 7 of 7) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/libkwineffects/
H A Dkwineffects.cpp634 return time != 0 ? time : qMax(defaultTime * effects->animationTimeFactor(), 1.); in animationTime()
640 return qMax(defaultTime * effects->animationTimeFactor(), 1.); in animationTime()
1258 if (m_useGlobalAnimationModifier && effects->animationTimeFactor()) { in manage()
1260 strength = 0.08 / effects->animationTimeFactor(); in manage()
1261 smoothness = effects->animationTimeFactor() * 4.0; in manage()
1288 if (!effects->animationTimeFactor()) { in calculate()
H A Dkwineffects.h789 Q_PROPERTY(qreal animationTimeFactor READ animationTimeFactor)
1059 virtual double animationTimeFactor() const = 0;
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/
H A Dmock_effectshandler.h37 double animationTimeFactor() const override { in animationTimeFactor() function
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Doptions.h553 double animationTimeFactor() const;
H A Deffects.h151 double animationTimeFactor() const override;
H A Doptions.cpp1031 double Options::animationTimeFactor() const in animationTimeFactor() function in KWin::Options
H A Deffects.cpp1032 double EffectsHandlerImpl::animationTimeFactor() const in animationTimeFactor() function in KWin::EffectsHandlerImpl
1034 return options->animationTimeFactor(); in animationTimeFactor()