commonuis/CommonDialogs/src/CAknCommonDialogsPopupList.cpp
branchRCL_3
changeset 15 08e69e956a8c
parent 0 2f259fa3e83a
child 55 aecbbf00d063
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
   377         focus = aItemArray->MdcaCount() - 1;
   377         focus = aItemArray->MdcaCount() - 1;
   378         }
   378         }
   379     UpdateItemsAndRedrawPopupL( focus, topIndex );
   379     UpdateItemsAndRedrawPopupL( focus, topIndex );
   380     }
   380     }
   381 
   381 
       
   382 void CAknCommonDialogsPopupList::HandleFileSystemChangedL( const MDesCArray* aItemArray )
       
   383     {
       
   384     TInt focus = iListBox->CurrentItemIndex();
       
   385     TInt topIndex = iListBox->View()->TopItemIndex();
       
   386     if ( focus < 0 )
       
   387         {
       
   388         focus = aItemArray->MdcaCount() - 1;
       
   389         }
       
   390     UpdateItemsAndRedrawPopupL( focus, topIndex );
       
   391     }
   382 // -----------------------------------------------------------------------------
   392 // -----------------------------------------------------------------------------
   383 // CAknCommonDialogsPopupList::HandleListBoxHighlightChangedL
   393 // CAknCommonDialogsPopupList::HandleListBoxHighlightChangedL
   384 //
   394 //
   385 //
   395 //
   386 // -----------------------------------------------------------------------------
   396 // -----------------------------------------------------------------------------