uifw/EikStd/coctlsrc/EIKSCRLB.CPP
changeset 33 b3425bf29f82
parent 14 3320e4e6e8bb
equal deleted inserted replaced
21:558113899881 33:b3425bf29f82
    39 
    39 
    40 #include "AknDoubleSpanScrollIndicator.h"
    40 #include "AknDoubleSpanScrollIndicator.h"
    41 #include "eikscrlb.h"
    41 #include "eikscrlb.h"
    42 #include "EIKSBEXT.H"
    42 #include "EIKSBEXT.H"
    43 
    43 
    44 const TInt KIntensity = 50; // 50%
    44 const TInt KIntensity = 100; // 100%
    45 
    45 
    46 const TInt KScrollBarWidth=9;
    46 const TInt KScrollBarWidth=9;
    47 // const TInt KScrollButtonHeight=10;
    47 // const TInt KScrollButtonHeight=10;
    48 // const TInt KArrowHeadScrollBarLength=20;
    48 // const TInt KArrowHeadScrollBarLength=20;
    49 
    49 
  1322                             {
  1322                             {
  1323                             TTimeIntervalMicroSeconds32 timeout( 300000 );
  1323                             TTimeIntervalMicroSeconds32 timeout( 300000 );
  1324                             feedback->StartFeedback( this, 
  1324                             feedback->StartFeedback( this, 
  1325                                                      ETouchContinuousSlider, 
  1325                                                      ETouchContinuousSlider, 
  1326                                                      &aPointerEvent, 
  1326                                                      &aPointerEvent, 
  1327                                                      KIntensity, // intensity 50%
  1327                                                      KIntensity, // intensity 100%
  1328                                                      timeout );
  1328                                                      timeout );
  1329                             }
  1329                             }
  1330                         extension->SetModelThumbPosition(thumbPosition);
  1330                         extension->SetModelThumbPosition(thumbPosition);
  1331                         indicator->SetIndicatorValues(scrollSpan, thumbPosition, thumbSpan, 0, 0);
  1331                         indicator->SetIndicatorValues(scrollSpan, thumbPosition, thumbSpan, 0, 0);
  1332 
  1332