textinput/peninputarc/src/peninputanim/peninputanim.cpp
branchRCL_3
changeset 19 ac7e4d1d9209
parent 16 857bebeecec0
child 20 ebd48d2de13c
equal deleted inserted replaced
18:b1ea1642412e 19:ac7e4d1d9209
  1049 // Initial and start timer
  1049 // Initial and start timer
  1050 // ---------------------------------------------------------------------------
  1050 // ---------------------------------------------------------------------------
  1051 // 
  1051 // 
  1052 void CPeninputAnim::StartTimer()
  1052 void CPeninputAnim::StartTimer()
  1053     {
  1053     {
  1054     if ( iIsActive )
  1054     if ( iIsActive && !iFlushTimer->IsActive())
  1055         {
  1055         {
  1056         iFlushTimer->Start(
  1056         iFlushTimer->Start(
  1057             KFlushTimerPeriod, 
  1057             KFlushTimerPeriod, 
  1058             KFlushTimerPeriod, 
  1058             KFlushTimerPeriod, 
  1059             TCallBack(FlushTimerCallBack, this));
  1059             TCallBack(FlushTimerCallBack, this));