taskswitcher/taskswitcherui/taskswitcherapp/inc/tsfastswapgrid.h
branchRCL_3
changeset 9 f966699dea19
parent 5 c743ef5928ba
child 16 9674c1a575e9
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
   237     // Visible view rectangle (horizontal scrolling support)
   237     // Visible view rectangle (horizontal scrolling support)
   238     TRect iVisibleViewRect;
   238     TRect iVisibleViewRect;
   239     
   239     
   240     // Feedback support
   240     // Feedback support
   241     TBool iTactileFeedbackSupport;
   241     TBool iTactileFeedbackSupport;
       
   242     CTsFastSwapTimer* iFeedbackTimer;
   242     
   243     
   243     mutable RArray<TInt> iFullyVisibleItems;
   244     mutable RArray<TInt> iFullyVisibleItems;
   244     mutable RArray<TInt> iPartialVisibleItems;
   245     mutable RArray<TInt> iPartialVisibleItems;
   245     };
   246     };
   246 
   247