phoneuis/BubbleManager/Src/BMBubbleOutlookBottomImage.cpp
branchRCL_3
changeset 12 b68fcd923911
parent 7 544e34b3255a
equal deleted inserted replaced
10:ba54057fe027 12:b68fcd923911
   153             TRect outerRect;
   153             TRect outerRect;
   154             TRect innerRect;
   154             TRect innerRect;
   155             BubbleLayout2::BubbleFrameInnerOuterRects( frameRect, 
   155             BubbleLayout2::BubbleFrameInnerOuterRects( frameRect, 
   156                                                        outerRect, 
   156                                                        outerRect, 
   157                                                        innerRect);
   157                                                        innerRect);
   158             
   158 
   159             TAknsItemID coMaskFrameId;
       
   160             if ( callState == CBubbleManager::EOnHold )
   159             if ( callState == CBubbleManager::EOnHold )
   161                 {
   160                 {
   162                 iFrameId = KAknsIIDQsnFrCall2Bubble;
   161                 iFrameId = KAknsIIDQsnFrCall2Bubble;
   163                 coMaskFrameId = KAknsIIDQsnFrCall2BubbleCoMask;    
       
   164                 }
   162                 }
   165             else if ( callState == CBubbleManager::EDisconnected )
   163             else if ( callState == CBubbleManager::EDisconnected )
   166                 {
   164                 {
   167                 iFrameId = KAknsIIDQsnFrCall2BubbleFirstDisconn;
   165                 iFrameId = KAknsIIDQsnFrCall2BubbleFirstDisconn;
   168                 coMaskFrameId = KAknsIIDQsnFrCall2BubbleFirstCoMask;            
       
   169                 }
   166                 }
   170             else
   167             else
   171                 {
   168                 {
   172                 iFrameId = KAknsIIDQsnFrCall2BubbleFirst;
   169                 iFrameId = KAknsIIDQsnFrCall2BubbleFirst;
   173                 coMaskFrameId = KAknsIIDQsnFrCall2BubbleFirstCoMask;                
       
   174                 } 
   170                 } 
   175                 
   171                 
   176             iOuterRect = outerRect;
   172             iOuterRect = outerRect;
   177             iOuterRect.Move( Rect().iTl );
   173             iOuterRect.Move( Rect().iTl );
   178             iInnerRect = innerRect;
   174             iInnerRect = innerRect;