Home
last modified time | relevance | path

Searched refs:QPropertyAnimation (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/QtTestBrowser/
Dwebview.cpp177 QPropertyAnimation* animation = new QPropertyAnimation(graphicsWebView(), "rotation", this); in animatedFlip()
202 QPropertyAnimation* yRotationAnim = new QPropertyAnimation(this, "yRotation", this); in animatedYFlip()
Dlauncherwindow.h78 class QPropertyAnimation; variable
237 QPropertyAnimation* m_zoomAnimation;
Dlauncherwindow.cpp599 m_zoomAnimation = new QPropertyAnimation(view, "scale"); in applyZoom()