idlehomescreen/xmluirendering/uiengine/src/xncontroladapter.cpp
branchRCL_3
changeset 16 9674c1a575e9
parent 9 f966699dea19
equal deleted inserted replaced
15:ff572dfe6d86 16:9674c1a575e9
   128         iLongTapDetector->SetTimeDelayBeforeAnimation( KLongTapStartDelay );
   128         iLongTapDetector->SetTimeDelayBeforeAnimation( KLongTapStartDelay );
   129         iLongTapDetector->SetLongTapDelay( KLongTapTimeDelay );
   129         iLongTapDetector->SetLongTapDelay( KLongTapTimeDelay );
   130         iCurrentLongTapStartDelay = KLongTapStartDelay;
   130         iCurrentLongTapStartDelay = KLongTapStartDelay;
   131         iCurrentLongTapTimeDelay = KLongTapTimeDelay;
   131         iCurrentLongTapTimeDelay = KLongTapTimeDelay;
   132         }    
   132         }    
       
   133     
       
   134     CCoeControl::MakeVisible( EFalse );
   133     }
   135     }
   134 
   136 
   135 // -----------------------------------------------------------------------------
   137 // -----------------------------------------------------------------------------
   136 // CXnControlAdapter::SetComponent
   138 // CXnControlAdapter::SetComponent
   137 // Sets component object to adapter.
   139 // Sets component object to adapter.