fmradio/fmradio/src/fmradiofrequencyquerycontrol.cpp
branchRCL_3
changeset 17 e4d7a31227b8
parent 0 f3d95d9c00ab
equal deleted inserted replaced
15:04aa446da81c 17:e4d7a31227b8
   349     {
   349     {
   350     iKeyPressReported = EFalse;
   350     iKeyPressReported = EFalse;
   351     iLongPressAccelerationTimer->Cancel();
   351     iLongPressAccelerationTimer->Cancel();
   352     iLongPressAccelerationTimer->Start(KFMRadioButtonRepeatAccelerationDelay, 0,
   352     iLongPressAccelerationTimer->Start(KFMRadioButtonRepeatAccelerationDelay, 0,
   353                                         TCallBack(LongPressAccelerateCallBack, this));
   353                                         TCallBack(LongPressAccelerateCallBack, this));
       
   354     
       
   355     iLongPressTimer->Cancel();
   354     iLongPressTimer->Start(KFMRadioButtonRepeatDelayMicroseconds,
   356     iLongPressTimer->Start(KFMRadioButtonRepeatDelayMicroseconds,
   355                         KFMRadioButtonRepeatDelayMicroseconds,
   357                         KFMRadioButtonRepeatDelayMicroseconds,
   356                         TCallBack(LongPressTimerCallBack, this));
   358                         TCallBack(LongPressTimerCallBack, this));
   357     iFreqEditor->SetEditorReportState( EFalse );
   359     iFreqEditor->SetEditorReportState( EFalse );
   358     }
   360     }