taskswitcher/taskswitcherui/taskswitcherapp/inc/tsfastswaparea.h
branchRCL_3
changeset 26 1b758917cafc
parent 25 137ebc85284b
equal deleted inserted replaced
25:137ebc85284b 26:1b758917cafc
   289      * Setup grid layout
   289      * Setup grid layout
   290      */
   290      */
   291     void LayoutGridL();
   291     void LayoutGridL();
   292     
   292     
   293     /**
   293     /**
       
   294      * Setup grid layout for view
       
   295      * 
       
   296      * @param  aItemCount  number of items in grid
       
   297      */
       
   298     void LayoutGridViewL( TInt aItemCount );
       
   299     
       
   300     /**
   294      * Returns rectangles for fast swap area controls
   301      * Returns rectangles for fast swap area controls
   295      */
   302      */
   296     void GetFastSwapAreaRects( RArray<TAknLayoutRect>& aRects );
   303     void GetFastSwapAreaRects( RArray<TAknLayoutRect>& aRects );
   297 
   304 
   298     /**
   305     /**