uifw/AvKon/src/AknVolumePopup.cpp
branchRCL_3
changeset 72 a5e7a4f63858
parent 56 d48ab3b357f1
equal deleted inserted replaced
64:85902f042028 72:a5e7a4f63858
  1447             }
  1447             }
  1448         } 
  1448         } 
  1449    
  1449    
  1450     if ( iVisible )
  1450     if ( iVisible )
  1451         {
  1451         {
  1452         TRAP_IGNORE(SetVisibilityL( ETrue ));
  1452         SetVisibilityL( ETrue );
  1453         DrawDeferred();
  1453         DrawDeferred();
  1454         }
  1454         }
  1455     }
  1455     }
  1456 
  1456 
  1457 // ----------------------------------------------------------------------------
  1457 // ----------------------------------------------------------------------------
  1717 // ---------------------------------------------------------------------------
  1717 // ---------------------------------------------------------------------------
  1718 //    
  1718 //    
  1719 EXPORT_C void CAknVolumePopup::UseMutedIcon( TBool aFlag )
  1719 EXPORT_C void CAknVolumePopup::UseMutedIcon( TBool aFlag )
  1720     {
  1720     {
  1721     iExt->iUseMutedIcon = aFlag;
  1721     iExt->iUseMutedIcon = aFlag;
  1722     TRAP_IGNORE(CreateSpeakerL());
  1722     CreateSpeakerL();
  1723     }
  1723     }
  1724 
  1724 
  1725 // ---------------------------------------------------------------------------
  1725 // ---------------------------------------------------------------------------
  1726 // CAknVolumePopup::SetSpeakerMuted
  1726 // CAknVolumePopup::SetSpeakerMuted
  1727 // ---------------------------------------------------------------------------
  1727 // ---------------------------------------------------------------------------