textinput/peninputgenericitut/src/peninputitutchnuistatepredict.cpp
branchRCL_3
changeset 9 e6a39382bb9c
parent 8 4eb1ae11334f
equal deleted inserted replaced
8:4eb1ae11334f 9:e6a39382bb9c
   137     iOwner->DataMgr()->ClearChnCandidates(EItutCandidates);
   137     iOwner->DataMgr()->ClearChnCandidates(EItutCandidates);
   138     candlist->Hide(ETrue);
   138     candlist->Hide(ETrue);
   139     
   139     
   140     //show indicator 
   140     //show indicator 
   141     iOwner->LayoutContext()->Control(ECtrlIdIndicator)->Hide(EFalse);
   141     iOwner->LayoutContext()->Control(ECtrlIdIndicator)->Hide(EFalse);
       
   142     
   142     // Hide ICF, Backspace, Arrow contrls when exit to avoid flick
   143     // Hide ICF, Backspace, Arrow contrls when exit to avoid flick
   143     iOwner->LayoutContext()->Control(ECtrlIdICF)->Hide( ETrue );
   144     //iOwner->LayoutContext()->Control(ECtrlIdICF)->Hide( ETrue );
   144     iOwner->LayoutContext()->Control(ECtrlIdBackspace)->Hide(ETrue);
   145     //iOwner->LayoutContext()->Control(ECtrlIdBackspace)->Hide(ETrue);
   145     iOwner->LayoutContext()->ShowArrowBtn(0);
   146     //iOwner->LayoutContext()->ShowArrowBtn(0);
   146     
   147     
   147     }
   148     }
   148 
   149 
   149 TBool CChnItutUiStatePredict::HandleKeyL(TInt aCmd, TInt aKey)
   150 TBool CChnItutUiStatePredict::HandleKeyL(TInt aCmd, TInt aKey)
   150     {
   151     {