diff -r 863223ea6961 -r a0f57508af73 ui/views/fullscreenview/inc/glxfullscreenview.h --- a/ui/views/fullscreenview/inc/glxfullscreenview.h Fri Jun 25 15:41:33 2010 +0530 +++ b/ui/views/fullscreenview/inc/glxfullscreenview.h Sat Jul 10 00:59:39 2010 +0530 @@ -26,6 +26,9 @@ //User Defined Includes #include #include + +#define NBR_ANIM_ITEM 2 + //Orbit/Qt forward declartion class QTimer; class HbAction; @@ -54,7 +57,7 @@ * to make the widget light weight in order to make transition smooth * and also loads the widgets. */ - void initializeView(QAbstractItemModel *model); + void initializeView( QAbstractItemModel *model, GlxView *preView ); /* * resets the view, with just one icon being present in the widget @@ -116,7 +119,7 @@ GlxCoverFlow *mCoverFlow; HbGridView *mImageStrip; QTimer *mUiOffTimer; //use for ui off after 30 sec - HbIconItem *mIconItem ; //temporary item for play the image strip select animation + HbIconItem *mIconItems[ NBR_ANIM_ITEM ] ; //temporary item for play the image strip select animation GlxTvOutWrapper *mTvOutWrapper; HbToolBar *mFullScreenToolBar; //Fullscreen Toolbar //for Zoom