textinput/peninputsplititut/src/peninputsplititutdatamgr.cpp
branchRCL_3
changeset 9 e6a39382bb9c
parent 8 4eb1ae11334f
child 11 c8fb4cf7b3ae
equal deleted inserted replaced
8:4eb1ae11334f 9:e6a39382bb9c
   233     iVkAlphaText1 = AknLayoutScalable_Avkon::cell_ituss_key_t2(1).LayoutLine();
   233     iVkAlphaText1 = AknLayoutScalable_Avkon::cell_ituss_key_t2(1).LayoutLine();
   234     iVkAlphaText3 = AknLayoutScalable_Avkon::cell_ituss_key_t4(1).LayoutLine();                                                              
   234     iVkAlphaText3 = AknLayoutScalable_Avkon::cell_ituss_key_t4(1).LayoutLine();                                                              
   235     // Key text row 2                               
   235     // Key text row 2                               
   236     iVkAlphaText2 = AknLayoutScalable_Avkon::cell_ituss_key_t3(1).LayoutLine();
   236     iVkAlphaText2 = AknLayoutScalable_Avkon::cell_ituss_key_t3(1).LayoutLine();
   237     
   237     
       
   238 	// Plus for Numberic Only keypad
       
   239 	iVkTextPlusForNumbericOnly = 
       
   240 			AknLayoutScalable_Avkon::cell_ituss_key_t5(0).LayoutLine();
       
   241 	
   238     // close button
   242     // close button
   239     TAknWindowLineLayout funcbtn, funcbtnbg, funcbtninner;
   243     TAknWindowLineLayout funcbtn, funcbtnbg, funcbtninner;
   240     TAknLayoutRect funcrect, funcbgrect, funcinnerrect, arrowleftinnerrect, arrowrightinnerrect;
   244     TAknLayoutRect funcrect, funcbgrect, funcinnerrect, arrowleftinnerrect, arrowrightinnerrect;
   241     TAknLayoutRect optioninnerrect, backspaceinnerrect;
   245     TAknLayoutRect optioninnerrect, backspaceinnerrect;
   242     
   246     
   603         	else
   607         	else
   604         		{
   608         		{
   605 				return &iVkNumText;
   609 				return &iVkNumText;
   606         		}
   610         		}
   607         case EKeypadRightTextLine1:
   611         case EKeypadRightTextLine1:
   608             return &iVkAlphaText1;
   612 			if ( iInputMode == ENumber || iInputMode == ENativeNumber )
       
   613 				{
       
   614 				return &iVkTextPlusForNumbericOnly;
       
   615 				}
       
   616 			else
       
   617 				{
       
   618 				return &iVkAlphaText1;
       
   619 				}
   609         case EKeypadRightTextLine2:
   620         case EKeypadRightTextLine2:
   610             return &iVkAlphaText2;
   621             return &iVkAlphaText2;
   611         case EKeypadRightTextLine3:
   622         case EKeypadRightTextLine3:
   612             return &iVkAlphaText3;
   623             return &iVkAlphaText3;
   613         /*
   624         /*