diff -r 3321d3e205b6 -r b01126ce0bec taskswitcher/taskswitcherui/taskswitcherapp/inc/tsfastswaparea.h --- a/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsfastswaparea.h Tue Sep 14 20:58:58 2010 +0300 +++ b/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsfastswaparea.h Wed Sep 15 12:00:00 2010 +0300 @@ -303,6 +303,11 @@ void RenderContentL( ); /** + * Prepare bitmap for item. + */ + CGulIcon* CreateItemIconLC( CTsFswEntry* aEntry, TBool aIsScreenshot ); + + /** * Creates the ganes grid control. */ void ReCreateGridL(); @@ -384,6 +389,11 @@ */ TBool LongTapAnimForPos( const TPoint& aHitPoint ); + /** + * Count grid rectangle based on given item position + */ + TRect CountCenteredGridRect( TPoint aItemPosition); + private: // Data // parent control @@ -458,6 +468,7 @@ // Screenshot handling RArray iPrevScreenshots; + RArray iPrevWgIds; }; #endif // TSFASTSWAPAREA_H