textinput/peninputfingerhwrar/src/peninputfingerhwrarlafmanager.cpp
branchRCL_3
changeset 19 ac7e4d1d9209
parent 16 857bebeecec0
equal deleted inserted replaced
18:b1ea1642412e 19:ac7e4d1d9209
   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    
   159 	}
   171 	}
   160 
   172 
   161 // ---------------------------------------------------------------------------
   173 // ---------------------------------------------------------------------------
   162 // CPeninputFingerHwrArLafManager::RetrieveLafDataForCandidateList()
   174 // CPeninputFingerHwrArLafManager::RetrieveLafDataForCandidateList()
   163 // Retrieve the laf data for candidate list
   175 // Retrieve the laf data for candidate list
  1080 TInt CPeninputFingerHwrArLafManager::IcfTextHeight()
  1092 TInt CPeninputFingerHwrArLafManager::IcfTextHeight()
  1081     { 
  1093     { 
  1082     return iIcfTextHeight;
  1094     return iIcfTextHeight;
  1083     }
  1095     }
  1084        
  1096        
       
  1097 // ---------------------------------------------------------------------------
       
  1098 // get indicator bubble rect.
       
  1099 // ---------------------------------------------------------------------------
       
  1100 // 
       
  1101 TRect CPeninputFingerHwrArLafManager::IndicatorBubbleRect()
       
  1102     {
       
  1103     return iRectIndicatorBubble;
       
  1104     }
  1085 
  1105 
  1086 // ---------------------------------------------------------------------------
  1106 // ---------------------------------------------------------------------------
  1087 // get inner padding of buttons.
  1107 // get inner padding of buttons.
  1088 // ---------------------------------------------------------------------------
  1108 // ---------------------------------------------------------------------------
  1089 //
  1109 //