uifw/AvKon/src/aknindicator.cpp
branchRCL_3
changeset 16 71dd06cfe933
parent 15 08e69e956a8c
child 23 3d340a0166ff
equal deleted inserted replaced
15:08e69e956a8c 16:71dd06cfe933
   277     {
   277     {
   278     iState = aState;
   278     iState = aState;
   279     if ( iState == EAknIndicatorStateOn )
   279     if ( iState == EAknIndicatorStateOn )
   280         {
   280         {
   281         iAnimState = iCountOfAnimStates - 1;
   281         iAnimState = iCountOfAnimStates - 1;
       
   282         this->MakeVisible(ETrue);
   282         }
   283         }
   283     else if ( iState == EAknIndicatorStateOff )
   284     else if ( iState == EAknIndicatorStateOff )
   284         {
   285         {
       
   286         this->MakeVisible(EFalse);
   285         DeleteBitmaps();
   287         DeleteBitmaps();
   286         }
   288         }
   287     SizeChanged();
   289     SizeChanged();
   288     }
   290     }
   289 
   291