textinput/peninputfingerhwrar/src/peninputfingerhwrarlafmanager.cpp
branchRCL_3
changeset 56 8152b1f1763a
parent 44 ecbabf52600f
equal deleted inserted replaced
50:5a1685599b76 56:8152b1f1763a
   154     iIcfTextBottomMargin    = iRectIcf.iBr.iY - icfLayoutTextLastRow.TextRect().iBr.iY - iIcfTextLineSpaceMargin;
   154     iIcfTextBottomMargin    = iRectIcf.iBr.iY - icfLayoutTextLastRow.TextRect().iBr.iY - iIcfTextLineSpaceMargin;
   155     iIcfTextHeight          = icfLayoutText1.TextRect().Height();    
   155     iIcfTextHeight          = icfLayoutText1.TextRect().Height();    
   156  	
   156  	
   157 	// get font for text
   157 	// get font for text
   158     iIcfFont = const_cast<CFont*>(AknLayoutUtils::FontFromId(icfTextLineLayoutRow1.iFont, NULL));
   158     iIcfFont = const_cast<CFont*>(AknLayoutUtils::FontFromId(icfTextLineLayoutRow1.iFont, NULL));
   159     
       
   160     //indicator bubble.
       
   161 #ifdef ARABIC_LAF
       
   162     if(iIsLandscape)
       
   163         {
       
   164         iRectIndicatorBubble.SetRect(543,17,624,41);
       
   165         }
       
   166     else
       
   167         {
       
   168         iRectIndicatorBubble.SetRect(263,17,344,41);
       
   169         }
       
   170 #endif    
       
   171 	}
   159 	}
   172 
   160 
   173 // ---------------------------------------------------------------------------
   161 // ---------------------------------------------------------------------------
   174 // CPeninputFingerHwrArLafManager::RetrieveLafDataForCandidateList()
   162 // CPeninputFingerHwrArLafManager::RetrieveLafDataForCandidateList()
   175 // Retrieve the laf data for candidate list
   163 // Retrieve the laf data for candidate list
  1092 TInt CPeninputFingerHwrArLafManager::IcfTextHeight()
  1080 TInt CPeninputFingerHwrArLafManager::IcfTextHeight()
  1093     { 
  1081     { 
  1094     return iIcfTextHeight;
  1082     return iIcfTextHeight;
  1095     }
  1083     }
  1096        
  1084        
  1097 // ---------------------------------------------------------------------------
       
  1098 // get indicator bubble rect.
       
  1099 // ---------------------------------------------------------------------------
       
  1100 // 
       
  1101 TRect CPeninputFingerHwrArLafManager::IndicatorBubbleRect()
       
  1102     {
       
  1103     return iRectIndicatorBubble;
       
  1104     }
       
  1105 
  1085 
  1106 // ---------------------------------------------------------------------------
  1086 // ---------------------------------------------------------------------------
  1107 // get inner padding of buttons.
  1087 // get inner padding of buttons.
  1108 // ---------------------------------------------------------------------------
  1088 // ---------------------------------------------------------------------------
  1109 //
  1089 //