textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouteditareabase.cpp
branchRCL_3
changeset 20 ebd48d2de13c
parent 9 e6a39382bb9c
child 21 ecbabf52600f
equal deleted inserted replaced
19:ac7e4d1d9209 20:ebd48d2de13c
    59     if(aUiLayout)
    59     if(aUiLayout)
    60     	{
    60     	{
    61     	//Advanced Tactile feedback REQ417-47932
    61     	//Advanced Tactile feedback REQ417-47932
    62     	if(IsKindOfControl(ECtrlTactileFeedback))
    62     	if(IsKindOfControl(ECtrlTactileFeedback))
    63     		{
    63     		{
    64     		SetTactileFeedbackType(ETouchFeedbackSensitiveInput);
    64     		SetTactileFeedbackType(ETouchFeedbackSensitiveKeypad);
    65     		aUiLayout->RegisterFeedbackArea(reinterpret_cast<TInt>(this),aRect,ETouchFeedbackSensitiveInput);
    65     		aUiLayout->RegisterFeedbackArea(reinterpret_cast<TInt>(this),aRect,ETouchFeedbackSensitiveKeypad);
    66     		}
    66     		}
    67     	}
    67     	}
    68             
    68             
    69 	
    69 	
    70 #endif //RD_TACTILE_FEEDBACK   
    70 #endif //RD_TACTILE_FEEDBACK   
   551     	    {
   551     	    {
   552     	    
   552     	    
   553 
   553 
   554     	    if ( AknsUtils::AvkonSkinEnabled() )
   554     	    if ( AknsUtils::AvkonSkinEnabled() )
   555     	        {
   555     	        {
   556     	        AknsUtils::GetCachedColor( UiLayout()->SkinInstance(),
   556     	        AknsUtils::GetCachedColor( AknsUtils::SkinInstance(),
   557     	                 color, KAknsIIDQsnTextColors, EAknsCIQsnTextColorsCG60 );
   557     	                 color, KAknsIIDQsnTextColors, EAknsCIQsnTextColorsCG60 );
   558     	        }
   558     	        }
   559             }
   559             }
   560         else
   560         else
   561             {
   561             {