idlehomescreen/xmluirendering/uiengine/src/xnviewcontroladapter.cpp
branchRCL_3
changeset 93 b01126ce0bec
parent 88 3321d3e205b6
child 102 ba63c83f4716
equal deleted inserted replaced
88:3321d3e205b6 93:b01126ce0bec
   192         ( iAppUi.UiEngine().IsPartialInputActive() || // no swipe if partial input active 
   192         ( iAppUi.UiEngine().IsPartialInputActive() || // no swipe if partial input active 
   193         IsWidgetGestureDest() ||  // no swipe if widget handles it 
   193         IsWidgetGestureDest() ||  // no swipe if widget handles it 
   194         iAppUi.ViewSwitcher() == NULL || // no swipe if VS not available
   194         iAppUi.ViewSwitcher() == NULL || // no swipe if VS not available
   195         !iAppUi.ViewSwitcher()->ProcessPointerEventL( aPointerEvent ) ) ) // no swipe if event not handled by VS
   195         !iAppUi.ViewSwitcher()->ProcessPointerEventL( aPointerEvent ) ) ) // no swipe if event not handled by VS
   196         {
   196         {
       
   197         if ( IsWidgetGestureDest() && iAppUi.ViewSwitcher() != NULL )
       
   198             {
       
   199             iAppUi.ViewSwitcher()->StopViewSwitchL();
       
   200             }
       
   201         
   197         iAppUi.UiEngine().DisableRenderUiLC();
   202         iAppUi.UiEngine().DisableRenderUiLC();
   198             
   203             
   199         CXnControlAdapter::HandlePointerEventL( aPointerEvent );
   204         CXnControlAdapter::HandlePointerEventL( aPointerEvent );
   200         
   205         
   201         iAppUi.UiEngine().RenderUIL();
   206         iAppUi.UiEngine().RenderUIL();