idlehomescreen/nativeuicontroller/src/aistatuspanel.cpp
changeset 1 5315654608de
parent 0 f72a12da539e
child 11 ff572dfe6d86
equal deleted inserted replaced
0:f72a12da539e 1:5315654608de
   383     RenderTextOnNaviPaneL();
   383     RenderTextOnNaviPaneL();
   384     }
   384     }
   385 
   385 
   386 void CAiStatusPanel::StopTitlePaneScrollingL()
   386 void CAiStatusPanel::StopTitlePaneScrollingL()
   387     {
   387     {
   388     //stop scrolling
   388     // stop scrolling
   389     if( iTitlePane->Text() )
   389     if( iTitlePane->Text() )
   390         {
   390         {
   391         iTitlePane->SetTextL( *iTitlePane->Text(), EFalse );
   391         iTitlePane->SetTextL( *iTitlePane->Text(), EFalse );
   392         }
   392         }
   393     }
   393     }
   394 
   394 
   395 void CAiStatusPanel::ScrollTitlePaneTextL()
   395 void CAiStatusPanel::ScrollTitlePaneTextL()
   396     {
   396     {
   397 // start scrolling
   397     // start scrolling
   398     if( iTitlePane->Text() )
   398     if( iTitlePane->Text() )
   399         {
   399         {
   400         iTitlePane->SetTextL( *iTitlePane->Text(), ETrue );
   400         iTitlePane->SetTextL( *iTitlePane->Text(), ETrue );
   401         }
   401         }
   402     }
   402     }