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