uifw/AvKon/src/eikfrlbd.cpp
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 9 aabf2c525e0f
child 15 08e69e956a8c
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
  2232             {
  2232             {
  2233             aGc.SetClippingRect( view->ViewRect() );
  2233             aGc.SetClippingRect( view->ViewRect() );
  2234             }
  2234             }
  2235         }
  2235         }
  2236 #else
  2236 #else
  2237     CListBoxView* view = static_cast<CEikListBox*>( iExtension->iControl )->View();
       
  2238     aGc.SetClippingRect( view->ViewRect() );
  2237     aGc.SetClippingRect( view->ViewRect() );
  2239 #endif //RD_UI_TRANSITION_EFFECTS_LIST
  2238 #endif //RD_UI_TRANSITION_EFFECTS_LIST
  2240     
  2239     
  2241     if ( UsesScalableLayoutData() )
  2240     if ( UsesScalableLayoutData() )
  2242         {
  2241         {
  3545         }
  3544         }
  3546     else
  3545     else
  3547         {
  3546         {
  3548         iExtension->iMarginRect.BoundingRect( r );
  3547         iExtension->iMarginRect.BoundingRect( r );
  3549         }
  3548         }
       
  3549 #ifdef RD_UI_TRANSITION_EFFECTS_LIST
  3550     CEikFormattedCellListBox* list = static_cast<CEikFormattedCellListBox*>( iExtension->iControl );
  3550     CEikFormattedCellListBox* list = static_cast<CEikFormattedCellListBox*>( iExtension->iControl );
  3551 #ifdef RD_UI_TRANSITION_EFFECTS_LIST
       
  3552     MAknListBoxTfxInternal* transApi =
  3551     MAknListBoxTfxInternal* transApi =
  3553         CAknListLoader::TfxApiInternal( list->View()->ItemDrawer()->Gc() );
  3552         CAknListLoader::TfxApiInternal( list->View()->ItemDrawer()->Gc() );
  3554     if ( transApi )
  3553     if ( transApi )
  3555         {
  3554         {
  3556         transApi->SetPosition( MAknListBoxTfxInternal::EListTLMargin, iExtension->iMarginRect.iTl );
  3555         transApi->SetPosition( MAknListBoxTfxInternal::EListTLMargin, iExtension->iMarginRect.iTl );