textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutmultilineicfeditor.cpp
branchRCL_3
changeset 9 e6a39382bb9c
parent 8 4eb1ae11334f
child 11 c8fb4cf7b3ae
equal deleted inserted replaced
8:4eb1ae11334f 9:e6a39382bb9c
   995                 }
   995                 }
   996             break;
   996             break;
   997             }
   997             }
   998         }
   998         }
   999     
   999     
       
  1000     if ( editArea->iCursorVisible )
       
  1001     	{
       
  1002         editArea->SetSelectionL( editArea->iCursorSel );
       
  1003         editArea->Draw();
       
  1004     	}
  1000     editArea->UpdateArea(editArea->Rect(),EFalse);
  1005     editArea->UpdateArea(editArea->Rect(),EFalse);
  1001     return KErrNone;
  1006     return KErrNone;
  1002     }
  1007     }
  1003     
  1008     
  1004 void CFepLayoutMultiLineIcfEditor::UpdateSecretTextL()
  1009 void CFepLayoutMultiLineIcfEditor::UpdateSecretTextL()
  1129         {
  1134         {
  1130         gc->Clear(Rect());
  1135         gc->Clear(Rect());
  1131         TRect innerrect = Rect();
  1136         TRect innerrect = Rect();
  1132   	    //innerrect.Shrink(4, 4);
  1137   	    //innerrect.Shrink(4, 4);
  1133 
  1138 
  1134         AknsDrawUtils::DrawFrame(AknsUtils::SkinInstance(), 
  1139         AknsDrawUtils::DrawFrame(UiLayout()->SkinInstance(), 
  1135    		                         *gc, 
  1140    		                         *gc, 
  1136    		                         Rect(), 
  1141    		                         Rect(), 
  1137    		                         innerrect,
  1142    		                         innerrect,
  1138    		                         BgImgSkinId(),
  1143    		                         BgImgSkinId(),
  1139    		                         KAknsIIDDefault);
  1144    		                         KAknsIIDDefault);
  1196     DrawOpaqueMaskBackground( clipRect );
  1201     DrawOpaqueMaskBackground( clipRect );
  1197     DrawBackground( clipRect );
  1202     DrawBackground( clipRect );
  1198 
  1203 
  1199     if (iSkinIdSet)
  1204     if (iSkinIdSet)
  1200         {
  1205         {
  1201    		AknsDrawUtils::DrawFrame(AknsUtils::SkinInstance(), 
  1206    		AknsDrawUtils::DrawFrame(UiLayout()->SkinInstance(), 
  1202     	                         *gc, 
  1207     	                         *gc, 
  1203     	                         Rect(), 
  1208     	                         Rect(), 
  1204     	                         Rect(),
  1209     	                         Rect(),
  1205     	                         BgImgSkinId(),
  1210     	                         BgImgSkinId(),
  1206     	                         KAknsIIDDefault);
  1211     	                         KAknsIIDDefault);