diff -r 45459746d5e8 -r 27f2d7aec52a ui/views/fullscreenview/inc/glxcoverflow.h --- a/ui/views/fullscreenview/inc/glxcoverflow.h Mon Sep 27 15:13:20 2010 +0530 +++ b/ui/views/fullscreenview/inc/glxcoverflow.h Wed Oct 06 14:49:39 2010 +0530 @@ -150,6 +150,13 @@ */ void zoomFinished( int index ); + /** + * setOrientChangeAnim() - To set the playing status of orientation change animation + * to coverflow. + * @param - focus index. + */ + void setOrientChangeAnim( bool isPlaying ) { mIsOrientChangeAnim = isPlaying ; } + signals : /** * coverFlowEvent() - To emit signal about coverflow event happen like panning, zomming ( For ui off ), @@ -375,6 +382,7 @@ int mTimerId; bool mIsInit; bool mIsAutoMoving; + bool mIsOrientChangeAnim; //To check status of orientation change animation. }; #endif /* GLXCOVERFLOW_H_ */