textinput/peninputarc/src/peninputserverapp/peninputanimcommand.cpp
branchRCL_3
changeset 22 bd83ceabce89
parent 21 ecbabf52600f
equal deleted inserted replaced
21:ecbabf52600f 22:bd83ceabce89
   360 TBool TAnimSetDiscreeptPopCmd :: ExecuteAnimCommand() const
   360 TBool TAnimSetDiscreeptPopCmd :: ExecuteAnimCommand() const
   361 	{
   361 	{
   362     iAnim.SetDiscreeptPop(iArea);
   362     iAnim.SetDiscreeptPop(iArea);
   363     return ETrue;
   363     return ETrue;
   364 	}
   364 	}
       
   365 
       
   366 TAnimUpdatePointerEventSuppressorCmd::TAnimUpdatePointerEventSuppressorCmd( 
       
   367         RPeninputAnim& aAnim, const TPointerEventSuppressorParameters& aParameters )
       
   368         : TAnimCmd( aAnim ), iParameters( aParameters )
       
   369     {
       
   370     
       
   371     }
       
   372 
       
   373 TBool TAnimUpdatePointerEventSuppressorCmd::ExecuteAnimCommand() const
       
   374     {
       
   375     iAnim.UpdatePointerEventSuppressor( iParameters );
       
   376     return ETrue;
       
   377     }
       
   378